Write Mode

Specifies the mode to use for the blob write operation. The default value is Block Blob. The two supported modes are:
  • Block Blob: : To perform write operation on the blob of Block type
  • Append Blob: : To perform write operations on the blob of Append type

The corresponding adapter command is -WM mode (or -WRITEMODE mode)where mode is one of block_blob or append_blob.