Interface DocumentOutputConfig.GcsOutputConfig.ShardingConfigOrBuilder (2.45.0)

public static interface DocumentOutputConfig.GcsOutputConfig.ShardingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPagesOverlap()

public abstract int getPagesOverlap()

The number of overlapping pages between consecutive shards.

int32 pages_overlap = 2;

Returns
TypeDescription
int

The pagesOverlap.

getPagesPerShard()

public abstract int getPagesPerShard()

The number of pages per shard.

int32 pages_per_shard = 1;

Returns
TypeDescription
int

The pagesPerShard.