CosmosDBSqlClientEncryptionKeyProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The CosmosDBSqlClientEncryptionKeyProperties.
public class CosmosDBSqlClientEncryptionKeyProperties : Azure.ResourceManager.CosmosDB.Models.CosmosDBSqlClientEncryptionKeyResourceInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.CosmosDBSqlClientEncryptionKeyProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.CosmosDBSqlClientEncryptionKeyProperties>
type CosmosDBSqlClientEncryptionKeyProperties = class
inherit CosmosDBSqlClientEncryptionKeyResourceInfo
interface IJsonModel<CosmosDBSqlClientEncryptionKeyProperties>
interface IPersistableModel<CosmosDBSqlClientEncryptionKeyProperties>
Public Class CosmosDBSqlClientEncryptionKeyProperties
Inherits CosmosDBSqlClientEncryptionKeyResourceInfo
Implements IJsonModel(Of CosmosDBSqlClientEncryptionKeyProperties), IPersistableModel(Of CosmosDBSqlClientEncryptionKeyProperties)
- Inheritance
- Implements
Constructors
CosmosDBSqlClientEncryptionKeyProperties() |
Initializes a new instance of CosmosDBSqlClientEncryptionKeyProperties. |
Properties
EncryptionAlgorithm |
Encryption algorithm that will be used along with this client encryption key to encrypt/decrypt data. (Inherited from CosmosDBSqlClientEncryptionKeyResourceInfo) |
ETag |
A system generated property representing the resource etag required for optimistic concurrency control. |
Id |
Name of the ClientEncryptionKey. (Inherited from CosmosDBSqlClientEncryptionKeyResourceInfo) |
KeyWrapMetadata |
Metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key. (Inherited from CosmosDBSqlClientEncryptionKeyResourceInfo) |
Rid |
A system generated property. A unique identifier. |
Timestamp |
A system generated property that denotes the last updated timestamp of the resource. |
WrappedDataEncryptionKey |
Wrapped (encrypted) form of the key represented as a byte array. (Inherited from CosmosDBSqlClientEncryptionKeyResourceInfo) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET