public sealed class DatasetTemplate : IMessage<BigQueryDestinationConfig.Types.SourceHierarchyDatasets.Types.DatasetTemplate>, IEquatable<BigQueryDestinationConfig.Types.SourceHierarchyDatasets.Types.DatasetTemplate>, IDeepCloneable<BigQueryDestinationConfig.Types.SourceHierarchyDatasets.Types.DatasetTemplate>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class BigQueryDestinationConfig.Types.SourceHierarchyDatasets.Types.DatasetTemplate.
Dataset template used for dynamic dataset creation.
Implements
IMessage<BigQueryDestinationConfig.Types.SourceHierarchyDatasets.Types.DatasetTemplate>, IEquatable<BigQueryDestinationConfig.Types.SourceHierarchyDatasets.Types.DatasetTemplate>, IDeepCloneable<BigQueryDestinationConfig.Types.SourceHierarchyDatasets.Types.DatasetTemplate>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
DatasetTemplate()
public DatasetTemplate()
DatasetTemplate(BigQueryDestinationConfig.Types.SourceHierarchyDatasets.Types.DatasetTemplate)
public DatasetTemplate(BigQueryDestinationConfig.Types.SourceHierarchyDatasets.Types.DatasetTemplate other)
Parameter | |
---|---|
Name | Description |
other | BigQueryDestinationConfig.Types.SourceHierarchyDatasets.Types.DatasetTemplate |
Properties
DatasetIdPrefix
public string DatasetIdPrefix { get; set; }
If supplied, every created dataset will have its name prefixed by the provided value. The prefix and name will be separated by an underscore. i.e. <prefix>_<dataset_name>.
Property Value | |
---|---|
Type | Description |
String |
KmsKeyName
public string KmsKeyName { get; set; }
Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table. The BigQuery Service Account associated with your project requires access to this encryption key. i.e. projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{cryptoKey}. See https://cloud.google.com/bigquery/docs/customer-managed-encryption for more information.
Property Value | |
---|---|
Type | Description |
String |
Location
public string Location { get; set; }
Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
Property Value | |
---|---|
Type | Description |
String |