Configuration
Namespace: MBrace.Azure
Azure Configuration Builder. Used to specify MBrace.Azure cluster storage configuration.
Constructors
Constructor | Description |
new(...)
Signature: (storageConnectionString:string * serviceBusConnectionString:string) -> Configuration
|
CompiledName: |
Instance members
Instance member | Description |
AssemblyContainer()
Signature: unit -> string
|
Azure Storage container used for Vagabond assembly dependencies. CompiledName: |
AssemblyContainer()
Signature: unit -> unit
|
Azure Storage container used for Vagabond assembly dependencies. CompiledName: |
CloudValueContainer()
Signature: unit -> string
|
Azure Storage container used for CloudValue persistence. CompiledName: |
CloudValueContainer()
Signature: unit -> unit
|
Azure Storage container used for CloudValue persistence. CompiledName: |
OptimizeClosureSerialization()
Signature: unit -> bool
|
Specifies wether the cluster should optimize closure serialization. Defaults to true. CompiledName: |
OptimizeClosureSerialization()
Signature: unit -> unit
|
Specifies wether the cluster should optimize closure serialization. Defaults to true. CompiledName: |
RuntimeContainer()
Signature: unit -> string
|
Azure Storage container used by the runtime. CompiledName: |
RuntimeContainer()
Signature: unit -> unit
|
Azure Storage container used by the runtime. CompiledName: |
RuntimeLogsTable()
Signature: unit -> string
|
Azure Storage table used by the runtime for storing logs. CompiledName: |
RuntimeLogsTable()
Signature: unit -> unit
|
Azure Storage table used by the runtime for storing logs. CompiledName: |
RuntimeTable()
Signature: unit -> string
|
Azure Storage table used by the runtime. CompiledName: |
RuntimeTable()
Signature: unit -> unit
|
Azure Storage table used by the runtime. CompiledName: |
ServiceBusAccount
Signature: string
|
Azure ServiceBus account name CompiledName: |
ServiceBusConnectionString()
Signature: unit -> string
|
Azure Service Bus connection string. CompiledName: |
ServiceBusConnectionString()
Signature: unit -> unit
|
Azure Service Bus connection string. CompiledName: |
StorageAccount
Signature: string
|
Azure Storage account name CompiledName: |
StorageConnectionString()
Signature: unit -> string
|
Azure Storage connection string. CompiledName: |
StorageConnectionString()
Signature: unit -> unit
|
Azure Storage connection string. CompiledName: |
SuffixId()
Signature: unit -> uint16
|
Runtime identifier, used for runtime isolation when using the same storage/servicebus accounts. Defaults to 0. CompiledName: |
SuffixId()
Signature: unit -> unit
|
Runtime identifier, used for runtime isolation when using the same storage/servicebus accounts. Defaults to 0. CompiledName: |
UserDataContainer()
Signature: unit -> string
|
Azure Storage container used for user data. CompiledName: |
UserDataContainer()
Signature: unit -> unit
|
Azure Storage container used for user data. CompiledName: |
UserDataTable()
Signature: unit -> string
|
Azure Storage table used for user data. CompiledName: |
UserDataTable()
Signature: unit -> unit
|
Azure Storage table used for user data. CompiledName: |
UseSuffixId()
Signature: unit -> bool
|
Append runtime id to given configuration e.g. \(RuntimeQueue\)Version$Id. Defaults to false. CompiledName: |
UseSuffixId()
Signature: unit -> unit
|
Append runtime id to given configuration e.g. \(RuntimeQueue\)Version$Id. Defaults to false. CompiledName: |
UseVersionSuffix()
Signature: unit -> bool
|
Append version to given configuration e.g. \(RuntimeQueue\)Version. Defaults to true. CompiledName: |
UseVersionSuffix()
Signature: unit -> unit
|
Append version to given configuration e.g. \(RuntimeQueue\)Version. Defaults to true. CompiledName: |
Version()
Signature: unit -> string
|
Runtime version this configuration is targeting. Default to current assembly version. CompiledName: |
Version()
Signature: unit -> unit
|
Runtime version this configuration is targeting. Default to current assembly version. CompiledName: |
WorkItemQueue()
Signature: unit -> string
|
Service Bus work item queue used by the runtime. CompiledName: |
WorkItemQueue()
Signature: unit -> unit
|
Service Bus work item queue used by the runtime. CompiledName: |
WorkItemTopic()
Signature: unit -> string
|
Service Bus work item topic used by the runtime. CompiledName: |
WorkItemTopic()
Signature: unit -> unit
|
Service Bus work item topic used by the runtime. CompiledName: |
Static members
Static member | Description |
EnvironmentServiceBusConnectionString()
Signature: unit -> string
|
Gets or sets or the local environment Azure service bus connection string CompiledName: |
EnvironmentServiceBusConnectionString()
Signature: unit -> unit
|
Gets or sets or the local environment Azure service bus connection string CompiledName: |
EnvironmentStorageConnectionString()
Signature: unit -> string
|
Gets or sets or the local environment Azure storage connection string CompiledName: |
EnvironmentStorageConnectionString()
Signature: unit -> unit
|
Gets or sets or the local environment Azure storage connection string CompiledName: |
FromEnvironmentVariables()
Signature: unit -> Configuration
|
Creates a configuration object by reading connection string information from the local environment variables. |