public static interface Storage.SplitReadStreamRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getFraction()
A value in the range (0.0, 1.0) that specifies the fractional point at
which the original stream should be split.
|
Storage.Stream |
getOriginalStream()
Stream to split.
|
Storage.StreamOrBuilder |
getOriginalStreamOrBuilder()
Stream to split.
|
boolean |
hasOriginalStream()
Stream to split.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOriginalStream()
Stream to split.
.google.cloud.bigquery.storage.v1beta1.Stream original_stream = 1;Storage.Stream getOriginalStream()
Stream to split.
.google.cloud.bigquery.storage.v1beta1.Stream original_stream = 1;Storage.StreamOrBuilder getOriginalStreamOrBuilder()
Stream to split.
.google.cloud.bigquery.storage.v1beta1.Stream original_stream = 1;float getFraction()
A value in the range (0.0, 1.0) that specifies the fractional point at which the original stream should be split. The actual split point is evaluated on pre-filtered rows, so if a filter is provided, then there is no guarantee that the division of the rows between the new child streams will be proportional to this fractional value. Additionally, because the server-side unit for assigning data is collections of rows, this fraction will always map to to a data storage boundary on the server side.
float fraction = 2;Copyright © 2019 Google LLC. All rights reserved.