Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DatabaseAccountKeysMetadata

Package version

The metadata related to each access key for the given Cosmos DB database account.

Hierarchy

  • DatabaseAccountKeysMetadata

Index

Properties

Optional primaryMasterKey

primaryMasterKey: AccountKeyMetadata

The metadata related to the Primary Read-Write Key for the given Cosmos DB database account.

Optional primaryReadonlyMasterKey

primaryReadonlyMasterKey: AccountKeyMetadata

The metadata related to the Primary Read-Only Key for the given Cosmos DB database account.

Optional secondaryMasterKey

secondaryMasterKey: AccountKeyMetadata

The metadata related to the Secondary Read-Write Key for the given Cosmos DB database account.

Optional secondaryReadonlyMasterKey

secondaryReadonlyMasterKey: AccountKeyMetadata

The metadata related to the Secondary Read-Only Key for the given Cosmos DB database account.

Generated using TypeDoc