public abstract class GcsCreateOptions extends CreateOptions
Modifier and Type | Class and Description |
---|---|
static class |
GcsCreateOptions.Builder
A builder for
GcsCreateOptions . |
CreateOptions.StandardCreateOptions
Constructor and Description |
---|
GcsCreateOptions() |
Modifier and Type | Method and Description |
---|---|
static GcsCreateOptions.Builder |
builder()
Returns a
GcsCreateOptions.Builder . |
abstract @Nullable java.lang.Integer |
gcsUploadBufferSizeBytes()
The buffer size (in bytes) to use when uploading files to GCS.
|
expectFileToNotExist, mimeType
public abstract @Nullable java.lang.Integer gcsUploadBufferSizeBytes()
AsyncWriteChannelOptions.getUploadChunkSize()
for more information on the restrictions
and performance implications of this value.public static GcsCreateOptions.Builder builder()
GcsCreateOptions.Builder
.