DataStream v1 API - Class BigQueryDestinationConfig.Types.SourceHierarchyDatasets.Types.DatasetTemplate (2.6.0)

public sealed class BigQueryDestinationConfig.Types.SourceHierarchyDatasets.Types.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.

Inheritance

object > BigQueryDestinationConfig.Types.SourceHierarchyDatasets.Types.DatasetTemplate

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

DatasetTemplate()

public DatasetTemplate()

DatasetTemplate(DatasetTemplate)

public DatasetTemplate(BigQueryDestinationConfig.Types.SourceHierarchyDatasets.Types.DatasetTemplate other)
Parameter
NameDescription
otherBigQueryDestinationConfigTypesSourceHierarchyDatasetsTypesDatasetTemplate

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
TypeDescription
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
TypeDescription
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
TypeDescription
string