Module: Azure::Storage::Common::QueryStringConstants
- Defined in:
- lib/azure/storage/common/default.rb
Constant Summary collapse
- API_VERSION =
Query component for SAS API version.
"api-version"- COMP =
The Comp value.
"comp"- RESTYPE =
The Res Type.
"restype"- COPY_ID =
The copy Id.
"copyid"- SNAPSHOT =
The Snapshot value.
"snapshot"- TIMEOUT =
The timeout value.
"timeout"- SIGNED_START =
The signed start time query string argument for shared access signature.
"st"- SIGNED_EXPIRY =
The signed expiry time query string argument for shared access signature.
"se"- SIGNED_RESOURCE =
The signed resource query string argument for shared access signature.
"sr"- SIGNED_PERMISSIONS =
The signed permissions query string argument for shared access signature.
"sp"- SIGNED_IDENTIFIER =
The signed identifier query string argument for shared access signature.
"si"- SIGNATURE =
The signature query string argument for shared access signature.
"sig"- SIGNED_VERSION =
The signed version argument for shared access signature.
"sv"- CACHE_CONTROL =
The cache control argument for shared access signature.
"rscc"- CONTENT_TYPE =
The content type argument for shared access signature.
"rsct"- CONTENT_ENCODING =
The content encoding argument for shared access signature.
"rsce"- CONTENT_LANGUAGE =
The content language argument for shared access signature.
"rscl"- CONTENT_DISPOSITION =
The content disposition argument for shared access signature.
"rscd"- BLOCK_ID =
The block identifier query string argument for blob service.
"blockid"- BLOCK_LIST_TYPE =
The block list type query string argument for blob service.
"blocklisttype"- PREFIX =
The prefix query string argument for listing operations.
"prefix"- MARKER =
The marker query string argument for listing operations.
"marker"- MAX_RESULTS =
The maxresults query string argument for listing operations.
"maxresults"- DELIMITER =
The delimiter query string argument for listing operations.
"delimiter"- INCLUDE =
The include query string argument for listing operations.
"include"- PEEK_ONLY =
The peekonly query string argument for queue service.
"peekonly"- NUM_OF_MESSAGES =
The numofmessages query string argument for queue service.
"numofmessages"- POP_RECEIPT =
The popreceipt query string argument for queue service.
"popreceipt"- VISIBILITY_TIMEOUT =
The visibilitytimeout query string argument for queue service.
"visibilitytimeout"- MESSAGE_TTL =
The messagettl query string argument for queue service.
"messagettl"- SELECT =
The select query string argument.
"$select"- FILTER =
The filter query string argument.
"$filter"- TOP =
The top query string argument.
"$top"- SKIP =
The skip query string argument.
"$skip"- NEXT_PARTITION_KEY =
The next partition key query string argument for table service.
"NextPartitionKey"- NEXT_ROW_KEY =
The next row key query string argument for table service.
"NextRowKey"- LOCK_ID =
The lock identifier for service bus messages.
"lockid"- TABLENAME =
The table name for table SAS URI’s.
"tn"- STARTPK =
The starting Partition Key for tableSAS URI’s.
"spk"- STARTRK =
The starting Partition Key for tableSAS URI’s.
"srk"- ENDPK =
The ending Partition Key for tableSAS URI’s.
"epk"- ENDRK =
The ending Partition Key for tableSAS URI’s.
"erk"- ACL =
ACL
"acl"- INCREMENTAL_COPY =
Incremental Copy
"incrementalcopy"