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.
Implements
IMessageEncryptionConfiguration, IEquatableEncryptionConfiguration, IDeepCloneableEncryptionConfiguration, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataTransfer.V1Assembly
Google.Cloud.BigQuery.DataTransfer.V1.dll
Constructors
EncryptionConfiguration()
public EncryptionConfiguration()
EncryptionConfiguration(EncryptionConfiguration)
public EncryptionConfiguration(EncryptionConfiguration other)
Parameter | |
---|---|
Name | Description |
other | EncryptionConfiguration |
Properties
KmsKeyName
public string KmsKeyName { get; set; }
The name of the KMS key used for encrypting BigQuery data.
Property Value | |
---|---|
Type | Description |
string |