Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DatabaseAccount

Represents a DatabaseAccount in the Azure Cosmos DB database service.

Hierarchy

  • DatabaseAccount

Index

Constructors

constructor

Properties

ConsistencyPolicy

ConsistencyPolicy: ConsistencyLevel

Gets the UserConsistencyPolicy settings.

CurrentMediaStorageUsageInMB

CurrentMediaStorageUsageInMB: number

Current attachment content (media) usage in MBs (Retrieved from gateway )

Value is returned from cached information updated periodically and is not guaranteed to be real time.

DatabasesLink

DatabasesLink: string

The self-link for Databases in the databaseAccount.

MaxMediaStorageUsageInMB

MaxMediaStorageUsageInMB: number

Attachment content (media) storage quota in MBs ( Retrieved from gateway ).

MediaLink

MediaLink: string

The self-link for Media in the databaseAccount.

enableMultipleWritableLocations

enableMultipleWritableLocations: boolean

readableLocations

readableLocations: Location[] = []

The list of readable locations for a geo-replicated database account.

writableLocations

writableLocations: Location[] = []

The list of writable locations for a geo-replicated database account.

Generated using TypeDoc