Class DynamoDBStorageOptions
Inheritance
System.Object
DynamoDBStorageOptions
Assembly: Orleans.Persistence.DynamoDB.dll
Syntax
public class DynamoDBStorageOptions : object
Fields
|
Improve this Doc
View Source
DEFAULT_INIT_STAGE
Declaration
public const int DEFAULT_INIT_STAGE = null
Field Value
| Type |
Description |
| System.Int32 |
|
Properties
|
Improve this Doc
View Source
AccessKey
AccessKey string for DynamoDB Storage
Declaration
public string AccessKey { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
DeleteStateOnClear
Indicates if grain data should be deleted or reset to defaults when a grain clears it's state.
Declaration
public bool DeleteStateOnClear { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IndentJson
Declaration
public bool IndentJson { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
InitStage
Stage of silo lifecycle where storage should be initialized. Storage must be initialzed prior to use.
Declaration
public int InitStage { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
ReadCapacityUnits
Read capacity unit for DynamoDB storage
Declaration
public int ReadCapacityUnits { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
SecretKey
Secret key for DynamoDB storage
Declaration
public string SecretKey { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Service
Declaration
public string Service { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
ServiceId
Gets or sets a unique identifier for this service, which should survive deployment and redeployment.
Declaration
public string ServiceId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
TableName
DynamoDB table name.
Defaults to 'OrleansGrainState'.
Declaration
public string TableName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
TypeNameHandling
Declaration
public TypeNameHandling? TypeNameHandling { get; set; }
Property Value
| Type |
Description |
| System.Nullable<TypeNameHandling> |
|
|
Improve this Doc
View Source
UseFullAssemblyNames
Declaration
public bool UseFullAssemblyNames { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
UseJson
Declaration
public bool UseJson { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
WriteCapacityUnits
Write capacity unit for DynamoDB storage
Declaration
public int WriteCapacityUnits { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Extension Methods