Package org.apache.beam.sdk.io.fs
Class CreateOptions
java.lang.Object
org.apache.beam.sdk.io.fs.CreateOptions
- Direct Known Subclasses:
CreateOptions.StandardCreateOptions
,GcsCreateOptions
An abstract class that contains common configuration options for creating resources.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
An abstract builder forCreateOptions
.static class
A standard configuration options with builder. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CreateOptions
public CreateOptions()
-
-
Method Details
-
mimeType
The file-like resource mime type. -
expectFileToNotExist
True if the file is expected to not exist.
-