DatabaseOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents configuration options for a database.
public ref class DatabaseOptions
public class DatabaseOptions
type DatabaseOptions = class
Public Class DatabaseOptions
- Inheritance
-
DatabaseOptions
Constructors
DatabaseOptions() |
Properties
DatabaseName |
Gets or sets the global database name. |
DefaultRegionalDatabaseName |
Gets or sets the default name for a regional database. |
Endpoint |
Gets or sets the global database endpoint uri. |
FailoverRegions |
Gets or sets a list of preferred regions used for SDK to define failover order for global database. |
IdleTcpConnectionTimeout |
Gets or sets the timeout before an unused connection is closed. |
JsonSerializerOptions |
Gets or sets JSON serializer options. |
OverrideSerialization |
Gets or sets a value indicating whether serialization overridden. |
PrimaryKey |
Gets or sets the key to the account or resource token. |
RegionalDatabaseOptions |
Gets or sets a list of region specific configurations for the database. |
Throughput |
Gets or sets the throughput value. |
Applies to
.NET