usesTimestampColumnPartitioning property

  1. @TagNumber.new(3)
bool get usesTimestampColumnPartitioning

Output only. True if new timestamp column based partitioning is in use, false if legacy ingestion-time partitioning is in use.

All new sinks will have this field set true and will use timestamp column based partitioning. If use_partitioned_tables is false, this value has no meaning and will be false. Legacy sinks using partitioned tables will have this field set to false.

Implementation

@$pb.TagNumber(3)
$core.bool get usesTimestampColumnPartitioning => $_getBF(1);
  1. @TagNumber.new(3)
set usesTimestampColumnPartitioning (bool value)

Implementation

@$pb.TagNumber(3)
set usesTimestampColumnPartitioning($core.bool value) => $_setBool(1, value);