Show / Hide Table of Contents

Class AzureTransactionLogOptions

Inheritance
System.Object
AzureTransactionLogOptions
Namespace: Orleans.Configuration
Assembly: Orleans.Transactions.AzureStorage.dll
Syntax
public class AzureTransactionLogOptions : object

Properties

| Improve this Doc View Source

ConnectionString

Declaration
public string ConnectionString { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TableName

Declaration
public string TableName { get; set; }
Property Value
Type Description
System.String

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX