module Azure::Storage::File::FileConstants
Defines constants for use with file operations.
Constants
- DEFAULT_SINGLE_FILE_GET_THRESHOLD_IN_BYTES
The default minimum size, in bytes, of a file when it must be separated into ranges.
- DEFAULT_WRITE_SIZE_IN_BYTES
The default write size, in bytes, used by file streams.
- MAX_RANGE_GET_SIZE_WITH_MD5
The maximum range size when requesting for a contentMD5.
- MAX_UPDATE_FILE_SIZE
The maximum range size for a file update operation.
- MIN_WRITE_FILE_SIZE_IN_BYTES
The minimum write file size, in bytes, used by file streams.