Reference documentation and code samples for the Google Cloud Asset V1 Client class PartitionSpec.
Specifications of BigQuery partitioned table as export destination.
Generated from protobuf message google.cloud.asset.v1.PartitionSpec
Namespace
Google \ Cloud \ Asset \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ partition_key |
int
The partition key for BigQuery partitioned table. |
getPartitionKey
The partition key for BigQuery partitioned table.
Returns | |
---|---|
Type | Description |
int |
setPartitionKey
The partition key for BigQuery partitioned table.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |