AccountProperties Class

Definition

Represents a AccountProperties. A AccountProperties is the container for databases in the Azure Cosmos DB service.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Cosmos.TextJsonAccountPropertiesConverter))]
public class AccountProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Cosmos.TextJsonAccountPropertiesConverter))>]
type AccountProperties = class
Public Class AccountProperties
Inheritance
AccountProperties
Attributes

Properties

Consistency

Gets the Consistency from the Azure Cosmos DB service.

ETag

Gets the entity tag associated with the resource from the Azure Cosmos DB service.

Id

Gets the Id of the resource in the Azure Cosmos DB service.

ReadableRegions

Gets the list of locations representing the readable regions of this database account from the Azure Cosmos DB service.

WritableRegions

Gets the list of locations representing the writable regions of this database account from the Azure Cosmos DB service.

Applies to