CosmosDBClientEncryptionIncludedPath Class

Definition

.

public class CosmosDBClientEncryptionIncludedPath : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.CosmosDBClientEncryptionIncludedPath>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.CosmosDBClientEncryptionIncludedPath>
type CosmosDBClientEncryptionIncludedPath = class
    interface IJsonModel<CosmosDBClientEncryptionIncludedPath>
    interface IPersistableModel<CosmosDBClientEncryptionIncludedPath>
Public Class CosmosDBClientEncryptionIncludedPath
Implements IJsonModel(Of CosmosDBClientEncryptionIncludedPath), IPersistableModel(Of CosmosDBClientEncryptionIncludedPath)
Inheritance
CosmosDBClientEncryptionIncludedPath
Implements

Constructors

CosmosDBClientEncryptionIncludedPath(String, String, String, String)

Initializes a new instance of CosmosDBClientEncryptionIncludedPath.

Properties

ClientEncryptionKeyId

The identifier of the Client Encryption Key to be used to encrypt the path.

EncryptionAlgorithm

The encryption algorithm which will be used. Eg - AEAD_AES_256_CBC_HMAC_SHA256.

EncryptionType

The type of encryption to be performed. Eg - Deterministic, Randomized.

Path

Path that needs to be encrypted.

Explicit Interface Implementations

IJsonModel<CosmosDBClientEncryptionIncludedPath>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CosmosDBClientEncryptionIncludedPath>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBClientEncryptionIncludedPath>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CosmosDBClientEncryptionIncludedPath>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CosmosDBClientEncryptionIncludedPath>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to