다음을 통해 공유


CosmosDBKey Struct

Definition

Role definition.

public readonly struct CosmosDBKey : IEquatable<Azure.Provisioning.CosmosDB.CosmosDBKey>
type CosmosDBKey = struct
Public Structure CosmosDBKey
Implements IEquatable(Of CosmosDBKey)
Inheritance
CosmosDBKey
Implements

Constructors

CosmosDBKey(String)

Initializes a new instance of CosmosDBKey.

Properties

PrimaryKey

Primary master key.

PrimaryReadonlyMasterKey

Primary read-only master key.

SecondaryKey

Secondary master key.

SecondaryReadonlyMasterKey

Primary read-only master key.

Methods

Equals(CosmosDBKey)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Implicit(String to CosmosDBKey)

Converts a string to a CosmosDBKey.

Applies to