Skip to content

AzureTableStorageOptions Properties

Configuration for AzureTableGrainStorage

DeleteStateOnClear

getset
View source
public bool DeleteStateOnClear
Indicates if grain data should be deleted or reset to defaults when a grain clears it's state.

InitStage

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

TableName

overridegetset
View source
public override string TableName
Table name where grain stage is stored

UseStringFormat

getset
View source
public bool UseStringFormat
Indicates if grain data should be stored in string or in binary format.