Module: Azure::Storage::File::FileConstants
- Defined in:
- lib/azure/storage/file/default.rb
Overview
Defines constants for use with file operations.
Defined Under Namespace
Modules: RangeWriteOptions, ResourceTypes
Constant Summary collapse
- DEFAULT_WRITE_SIZE_IN_BYTES =
The default write size, in bytes, used by file streams.
4 * 1024 * 1024
- MAX_RANGE_GET_SIZE_WITH_MD5 =
The maximum range size when requesting for a contentMD5.
4 * 1024 * 1024
- MAX_UPDATE_FILE_SIZE =
The maximum range size for a file update operation.
4 * 1024 * 1024
- DEFAULT_SINGLE_FILE_GET_THRESHOLD_IN_BYTES =
The default minimum size, in bytes, of a file when it must be separated into ranges.
32 * 1024 * 1024
- MIN_WRITE_FILE_SIZE_IN_BYTES =
The minimum write file size, in bytes, used by file streams.
2 * 1024 * 1024