# FileGrainStorageOptions

Package: [Microsoft.Orleans.Runtime](/orleans/docs/api/csharp/microsoft.orleans.runtime/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Runtime) | [Source](https://github.com/dotnet/orleans/blob/1644940b035c7bdf215a4fd7135757c06bcfe9ec/src/Orleans.Runtime/Persistence/FileStorage/FileGrainStorageOptions.cs#L9)

```csharp
public sealed class FileGrainStorageOptions : IStorageProviderSerializerOptions
```

Options for [FileGrainStorage](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.persistence.filestorage.filegrainstorage/).

## Constructors

- [FileGrainStorageOptions](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.persistence.filestorage.filegrainstorageoptions/constructors/constructor-1d18d501/)

## Properties

- [GrainStorageSerializer](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.persistence.filestorage.filegrainstorageoptions/properties/grainstorageserializer-41c33903/)
- [RootDirectory](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.persistence.filestorage.filegrainstorageoptions/properties/rootdirectory-c5069854/)
