public sealed class PartitionSpec : IMessage<PartitionSpec>, IEquatable<PartitionSpec>, IDeepCloneable<PartitionSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class PartitionSpec.
Specifications of BigQuery partitioned table as export destination.
Implements
IMessage<PartitionSpec>, IEquatable<PartitionSpec>, IDeepCloneable<PartitionSpec>, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
PartitionSpec()
public PartitionSpec()
PartitionSpec(PartitionSpec)
public PartitionSpec(PartitionSpec other)
Parameter | |
---|---|
Name | Description |
other | PartitionSpec |
Properties
PartitionKey
public PartitionSpec.Types.PartitionKey PartitionKey { get; set; }
The partition key for BigQuery partitioned table.
Property Value | |
---|---|
Type | Description |
PartitionSpec.Types.PartitionKey |