public sealed class EncryptionConfiguration : IMessage<EncryptionConfiguration>, IEquatable<EncryptionConfiguration>, IDeepCloneable<EncryptionConfiguration>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class EncryptionConfiguration.
Represents the encryption configuration for a transfer.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `EncryptionConfiguration` class within the Google BigQuery Data Transfer v1 API for .NET, with version 4.10.0 being the latest and 4.4.0 being displayed."],["The `EncryptionConfiguration` class represents the encryption settings for a data transfer, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details that the `EncryptionConfiguration` class inherits from `object` and lists inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["It offers two constructors for the `EncryptionConfiguration` class: a default constructor and one that accepts another `EncryptionConfiguration` object as a parameter."],["The class includes a property named `KmsKeyName`, which is of type string and represents the KMS key used for encrypting data."]]],[]]