Database Account Keys Metadata Response
data class DatabaseAccountKeysMetadataResponse(val primaryMasterKey: AccountKeyMetadataResponse, val primaryReadonlyMasterKey: AccountKeyMetadataResponse, val secondaryMasterKey: AccountKeyMetadataResponse, val secondaryReadonlyMasterKey: AccountKeyMetadataResponse)
The metadata related to each access key for the given Cosmos DB database account.
Constructors
Link copied to clipboard
constructor(primaryMasterKey: AccountKeyMetadataResponse, primaryReadonlyMasterKey: AccountKeyMetadataResponse, secondaryMasterKey: AccountKeyMetadataResponse, secondaryReadonlyMasterKey: AccountKeyMetadataResponse)
Properties
Link copied to clipboard
The metadata related to the Primary Read-Write Key for the given Cosmos DB database account.
Link copied to clipboard
The metadata related to the Primary Read-Only Key for the given Cosmos DB database account.
Link copied to clipboard
The metadata related to the Secondary Read-Write Key for the given Cosmos DB database account.
Link copied to clipboard
The metadata related to the Secondary Read-Only Key for the given Cosmos DB database account.