Skip to content

CosmosGrainStorageOptions Properties

Options for Azure Cosmos DB grain persistence.

InitStage

getset
View source
public int InitStage
Stage of silo lifecycle where storage should be initialized. Storage must be initialized prior to use.

StateFieldsToIndex

getset
View source
public List<string> StateFieldsToIndex
List of JSON path strings. Each entry on this list represents a property in the State Object that will be included in the document index. The default is to not add any property in the State object.