Constants.QueryConstants Class
- java.
lang. Object - com.
microsoft. azure. storage. Constants. QueryConstants
- com.
public class QueryConstants
Defines constants for use with query strings.
Field Summary
Modifier and Type | Field and Description |
---|---|
final String |
ACL
The query component for acl. |
final String |
API_VERSION
The query component for the api version. |
final String |
BLOB_RESOURCE
The query value for blob as the signed service. |
final String |
BLOB_SNAPSHOT_SERVICE
The query value for blob snapshot as the signed service. |
final String |
CACHE_CONTROL
Query component for SAS cache control. |
final String |
CLOSE_HANDLES
The query component for force close handles. |
final String |
COMPONENT
Query component for the operation (component) to access. |
final String |
CONTAINER_RESOURCE
The query value for container as the signed service. |
final String |
CONTENT_DISPOSITION
Query component for SAS content disposition. |
final String |
CONTENT_ENCODING
Query component for SAS content encoding. |
final String |
CONTENT_LANGUAGE
Query component for SAS content language. |
final String |
CONTENT_TYPE
Query component for SAS content type. |
final String |
COPY
Query component for copy. |
final String |
COPY_ID
Query component for the copy ID. |
final String |
DELIMITER
The query component for delimiter. |
final String |
END_PARTITION_KEY
The query component for the SAS end partition key. |
final String |
END_ROW_KEY
The query component for the SAS end row key. |
final String |
FILE_SERVICE
The query value for container as the signed service. |
final String |
INCLUDE
The query component for include. |
final String |
LIST
Query component value for list. |
final String |
LIST_HANDLES
Query component for list handles. |
final String |
MARKER
The query component for marker. |
final String |
MAX_RESULTS
The query component for max results. |
final String |
METADATA
The query component for metadata. |
final String |
PREFIX
The query component for prefix. |
final String |
PROPERTIES
Query component value for properties. |
final String |
RESOURCETYPE
Query component for resource type. |
final String |
SAS_TABLE_NAME
The query component for the SAS table name. |
final String |
SHARE_SNAPSHOT
The query component for snapshot time. |
final String |
SIGNATURE
The query component for the SAS signature. |
final String |
SIGNED_EXPIRY
The query component for the signed SAS expiry time. |
final String |
SIGNED_IDENTIFIER
The query component for the signed SAS identifier. |
final String |
SIGNED_IP
The query component for the signed SAS IP address. |
final String |
SIGNED_KEY
The query component for the signing SAS key. |
final String |
SIGNED_KEY_EXPIRY
The query component for signed key expiration. |
final String |
SIGNED_KEY_OID
The query component for signed object id. |
final String |
SIGNED_KEY_SERVICE
The query component for signed service. |
final String |
SIGNED_KEY_START
The query component for signed key start. |
final String |
SIGNED_KEY_TID
The query component for signed tenant id. |
final String |
SIGNED_KEY_VERSION
The query component for signed version. |
final String |
SIGNED_PERMISSIONS
The query component for the signed SAS permissions. |
final String |
SIGNED_PROTOCOLS
The query component for the signed SAS Internet protocols. |
final String |
SIGNED_RESOURCE
The query component for the signed SAS resource. |
final String |
SIGNED_RESOURCE_TYPE
The query component for the signed SAS resource type. |
final String |
SIGNED_SERVICE
The query component for the signed SAS service. |
final String |
SIGNED_START
The query component for the signed SAS start time. |
final String |
SIGNED_VERSION
The query component for the signed SAS version. |
final String |
SNAPSHOT
The query component for snapshot time. |
final String |
START_PARTITION_KEY
The query component for the SAS start partition key. |
final String |
START_ROW_KEY
The query component for the SAS start row key. |
final String |
STATS
The query component for stats. |
final String |
UNDELETE
The query component for un-delete operation. |
Field Details
ACL
public static final String ACL= "acl"
The query component for acl.
API_VERSION
public static final String API_VERSION= "api-version"
The query component for the api version.
BLOB_RESOURCE
public static final String BLOB_RESOURCE= "b"
The query value for blob as the signed service.
BLOB_SNAPSHOT_SERVICE
public static final String BLOB_SNAPSHOT_SERVICE= "bs"
The query value for blob snapshot as the signed service.
CACHE_CONTROL
public static final String CACHE_CONTROL= "rscc"
Query component for SAS cache control.
CLOSE_HANDLES
public static final String CLOSE_HANDLES= "forceclosehandles"
The query component for force close handles.
COMPONENT
public static final String COMPONENT= "comp"
Query component for the operation (component) to access.
CONTAINER_RESOURCE
public static final String CONTAINER_RESOURCE= "c"
The query value for container as the signed service.
CONTENT_DISPOSITION
public static final String CONTENT_DISPOSITION= "rscd"
Query component for SAS content disposition.
CONTENT_ENCODING
public static final String CONTENT_ENCODING= "rsce"
Query component for SAS content encoding.
CONTENT_LANGUAGE
public static final String CONTENT_LANGUAGE= "rscl"
Query component for SAS content language.
CONTENT_TYPE
public static final String CONTENT_TYPE= "rsct"
Query component for SAS content type.
COPY
public static final String COPY= "copy"
Query component for copy.
COPY_ID
public static final String COPY_ID= "copyid"
Query component for the copy ID.
DELIMITER
public static final String DELIMITER= "delimiter"
The query component for delimiter.
END_PARTITION_KEY
public static final String END_PARTITION_KEY= "epk"
The query component for the SAS end partition key.
END_ROW_KEY
public static final String END_ROW_KEY= "erk"
The query component for the SAS end row key.
FILE_SERVICE
public static final String FILE_SERVICE= "f"
The query value for container as the signed service.
INCLUDE
public static final String INCLUDE= "include"
The query component for include.
LIST
public static final String LIST= "list"
Query component value for list.
LIST_HANDLES
public static final String LIST_HANDLES= "listhandles"
Query component for list handles.
MARKER
public static final String MARKER= "marker"
The query component for marker.
MAX_RESULTS
public static final String MAX_RESULTS= "maxresults"
The query component for max results.
METADATA
public static final String METADATA= "metadata"
The query component for metadata.
PREFIX
public static final String PREFIX= "prefix"
The query component for prefix.
PROPERTIES
public static final String PROPERTIES= "properties"
Query component value for properties.
RESOURCETYPE
public static final String RESOURCETYPE= "restype"
Query component for resource type.
SAS_TABLE_NAME
public static final String SAS_TABLE_NAME= "tn"
The query component for the SAS table name.
SHARE_SNAPSHOT
public static final String SHARE_SNAPSHOT= "sharesnapshot"
The query component for snapshot time.
SIGNATURE
public static final String SIGNATURE= "sig"
The query component for the SAS signature.
SIGNED_EXPIRY
public static final String SIGNED_EXPIRY= "se"
The query component for the signed SAS expiry time.
SIGNED_IDENTIFIER
public static final String SIGNED_IDENTIFIER= "si"
The query component for the signed SAS identifier.
SIGNED_IP
public static final String SIGNED_IP= "sip"
The query component for the signed SAS IP address.
SIGNED_KEY
public static final String SIGNED_KEY= "sk"
The query component for the signing SAS key.
SIGNED_KEY_EXPIRY
public static final String SIGNED_KEY_EXPIRY= "ske"
The query component for signed key expiration.
SIGNED_KEY_OID
public static final String SIGNED_KEY_OID= "skoid"
The query component for signed object id.
SIGNED_KEY_SERVICE
public static final String SIGNED_KEY_SERVICE= "sks"
The query component for signed service.
SIGNED_KEY_START
public static final String SIGNED_KEY_START= "skt"
The query component for signed key start.
SIGNED_KEY_TID
public static final String SIGNED_KEY_TID= "sktid"
The query component for signed tenant id.
SIGNED_KEY_VERSION
public static final String SIGNED_KEY_VERSION= "skv"
The query component for signed version.
SIGNED_PERMISSIONS
public static final String SIGNED_PERMISSIONS= "sp"
The query component for the signed SAS permissions.
SIGNED_PROTOCOLS
public static final String SIGNED_PROTOCOLS= "spr"
The query component for the signed SAS Internet protocols.
SIGNED_RESOURCE
public static final String SIGNED_RESOURCE= "sr"
The query component for the signed SAS resource.
SIGNED_RESOURCE_TYPE
public static final String SIGNED_RESOURCE_TYPE= "srt"
The query component for the signed SAS resource type.
SIGNED_SERVICE
public static final String SIGNED_SERVICE= "ss"
The query component for the signed SAS service.
SIGNED_START
public static final String SIGNED_START= "st"
The query component for the signed SAS start time.
SIGNED_VERSION
public static final String SIGNED_VERSION= "sv"
The query component for the signed SAS version.
SNAPSHOT
public static final String SNAPSHOT= "snapshot"
The query component for snapshot time.
START_PARTITION_KEY
public static final String START_PARTITION_KEY= "spk"
The query component for the SAS start partition key.
START_ROW_KEY
public static final String START_ROW_KEY= "srk"
The query component for the SAS start row key.
STATS
public static final String STATS= "stats"
The query component for stats.
UNDELETE
public static final String UNDELETE= "undelete"
The query component for un-delete operation.
Applies to
Azure SDK for Java