Dataform v1beta1 API - Class Config (1.0.0-beta08)

public sealed class Config : IMessage<Config>, IEquatable<Config>, IDeepCloneable<Config>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class Config.

Config for all repositories in a given project and location.

Inheritance

object > Config

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

Config()

public Config()

Config(Config)

public Config(Config other)
Parameter
Name Description
other Config

Properties

ConfigName

public ConfigName ConfigName { get; set; }

ConfigName-typed view over the Name resource name property.

Property Value
Type Description
ConfigName

DefaultKmsKeyName

public string DefaultKmsKeyName { get; set; }

Optional. The default KMS key that is used if no encryption key is provided when a repository is created.

Property Value
Type Description
string

DefaultKmsKeyNameAsCryptoKeyName

public CryptoKeyName DefaultKmsKeyNameAsCryptoKeyName { get; set; }

CryptoKeyName-typed view over the DefaultKmsKeyName resource name property.

Property Value
Type Description
CryptoKeyName

Name

public string Name { get; set; }

Identifier. The config name.

Property Value
Type Description
string