Google BigQuery Data Transfer v1 API - Class EncryptionConfiguration (4.8.0)

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.

Inheritance

object > EncryptionConfiguration

Namespace

Google.Cloud.BigQuery.DataTransfer.V1

Assembly

Google.Cloud.BigQuery.DataTransfer.V1.dll

Constructors

EncryptionConfiguration()

public EncryptionConfiguration()

EncryptionConfiguration(EncryptionConfiguration)

public EncryptionConfiguration(EncryptionConfiguration other)
Parameter
NameDescription
otherEncryptionConfiguration

Properties

KmsKeyName

public string KmsKeyName { get; set; }

The name of the KMS key used for encrypting BigQuery data.

Property Value
TypeDescription
string