BlockBlobSeekableByteChannelWriteOptions.WriteMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. storage. blob. options. BlockBlobSeekableByteChannelWriteOptions. WriteMode
- com.
- com.
public static final class BlockBlobSeekableByteChannelWriteOptions.WriteMode
extends ExpandableStringEnum<WriteMode>
Mode to open the channel for writing.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Write |
OVERWRITE
Replaces the existing block blob, if any, with the newly written contents. |
Constructor Summary
| Constructor | Description |
|---|---|
| WriteMode() |
Deprecated
Please use fromString(String name).
Creates a new instance of BlockBlobSeekableByteChannelWriteOptions.WriteMode with no string value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Write |
fromString(String name)
Creates or finds a Access |
|
static
Collection<Write |
values()
Gets known Write |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
OVERWRITE
public static final BlockBlobSeekableByteChannelWriteOptions.WriteMode OVERWRITE
Replaces the existing block blob, if any, with the newly written contents. Creates a new blob if none exists.
Constructor Details
WriteMode
@Deprecated
public WriteMode()
Deprecated
Creates a new instance of BlockBlobSeekableByteChannelWriteOptions.WriteMode with no string value.
Method Details
fromString
public static BlockBlobSeekableByteChannelWriteOptions.WriteMode fromString(String name)
Creates or finds a AccessTier from its string representation.
Parameters:
Returns:
values
public static Collection<BlockBlobSeekableByteChannelWriteOptions.WriteMode> values()
Gets known WriteMode values.
Returns: