Class AzureTransactionLogOptions
Inheritance
System.Object
AzureTransactionLogOptions
Namespace: Orleans.Configuration
Assembly: Orleans.Transactions.AzureStorage.dll
Syntax
public class AzureTransactionLogOptions : object
Properties
| Improve this Doc View SourceConnectionString
Declaration
public string ConnectionString { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TableName
Declaration
public string TableName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |