Package com.azure.storage.blob.options
Class BlockBlobSeekableByteChannelWriteOptions.WriteMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<BlockBlobSeekableByteChannelWriteOptions.WriteMode>
com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions.WriteMode
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
- Enclosing class:
BlockBlobSeekableByteChannelWriteOptions
public static final class BlockBlobSeekableByteChannelWriteOptions.WriteMode
extends com.azure.core.util.ExpandableStringEnum<BlockBlobSeekableByteChannelWriteOptions.WriteMode>
Mode to open the channel for writing.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BlockBlobSeekableByteChannelWriteOptions.WriteMode
Replaces the existing block blob, if any, with the newly written contents. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a AccessTier from its string representation.values()
Gets known WriteMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
OVERWRITE
Replaces the existing block blob, if any, with the newly written contents. Creates a new blob if none exists.
-
-
Constructor Details
-
WriteMode
public WriteMode()
-
-
Method Details
-
fromString
Creates or finds a AccessTier from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding AccessTier.
-
values
Gets known WriteMode values.- Returns:
- known WriteMode values.
-