Class GcsCreateOptions
java.lang.Object
org.apache.beam.sdk.io.fs.CreateOptions
org.apache.beam.sdk.extensions.gcp.storage.GcsCreateOptions
An abstract class that contains common configuration options for creating resources.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.beam.sdk.io.fs.CreateOptions
CreateOptions.StandardCreateOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GcsCreateOptions.Builder
builder()
Returns aGcsCreateOptions.Builder
.The buffer size (in bytes) to use when uploading files to GCS.Methods inherited from class org.apache.beam.sdk.io.fs.CreateOptions
expectFileToNotExist, mimeType
-
Constructor Details
-
GcsCreateOptions
public GcsCreateOptions()
-
-
Method Details
-
gcsUploadBufferSizeBytes
The buffer size (in bytes) to use when uploading files to GCS. Please see the documentation forAsyncWriteChannelOptions.getUploadChunkSize()
for more information on the restrictions and performance implications of this value. -
builder
Returns aGcsCreateOptions.Builder
.
-