- P10 - Static variable in class com.microsoft.azure.storage.models.AccessTier
-
Static value P10 for AccessTier.
- P20 - Static variable in class com.microsoft.azure.storage.models.AccessTier
-
Static value P20 for AccessTier.
- P30 - Static variable in class com.microsoft.azure.storage.models.AccessTier
-
Static value P30 for AccessTier.
- P4 - Static variable in class com.microsoft.azure.storage.models.AccessTier
-
Static value P4 for AccessTier.
- P40 - Static variable in class com.microsoft.azure.storage.models.AccessTier
-
Static value P40 for AccessTier.
- P50 - Static variable in class com.microsoft.azure.storage.models.AccessTier
-
Static value P50 for AccessTier.
- P6 - Static variable in class com.microsoft.azure.storage.models.AccessTier
-
Static value P6 for AccessTier.
- PAGE_BYTES - Static variable in class com.microsoft.azure.storage.blob.PageBlobURL
-
Indicates the number of bytes in a page.
- PageBlobAccessConditions - Class in com.microsoft.azure.storage.blob
-
- PageBlobAccessConditions(Long, Long, Long) - Constructor for class com.microsoft.azure.storage.blob.PageBlobAccessConditions
-
Creates a set of conditions under which a request to a PageBlob will succeed.
- PageBlobGetPageRangesHeaders - Class in com.microsoft.azure.storage.models
-
Defines headers for GetPageRanges operation.
- PageBlobGetPageRangesHeaders() - Constructor for class com.microsoft.azure.storage.models.PageBlobGetPageRangesHeaders
-
- PageBlobIncrementalCopyHeaders - Class in com.microsoft.azure.storage.models
-
Defines headers for IncrementalCopy operation.
- PageBlobIncrementalCopyHeaders() - Constructor for class com.microsoft.azure.storage.models.PageBlobIncrementalCopyHeaders
-
- PageBlobPutPageHeaders - Class in com.microsoft.azure.storage.models
-
Defines headers for PutPage operation.
- PageBlobPutPageHeaders() - Constructor for class com.microsoft.azure.storage.models.PageBlobPutPageHeaders
-
- PageBlobURL - Class in com.microsoft.azure.storage.blob
-
Represents a URL to a page blob.
- PageBlobURL(URL, HttpPipeline) - Constructor for class com.microsoft.azure.storage.blob.PageBlobURL
-
- PageList - Class in com.microsoft.azure.storage.models
-
the list of pages.
- PageList() - Constructor for class com.microsoft.azure.storage.models.PageList
-
- pageRange() - Method in class com.microsoft.azure.storage.models.PageList
-
Get the pageRange value.
- PageRange - Class in com.microsoft.azure.storage.models
-
The PageRange model.
- PageRange() - Constructor for class com.microsoft.azure.storage.models.PageRange
-
- PageWriteType - Enum in com.microsoft.azure.storage.models
-
Defines values for PageWriteType.
- parse(String) - Static method in class com.microsoft.azure.storage.blob.AccountSASPermission
-
Creates an AccountSASPermission
from the specified permissions string.
- parse(String) - Static method in class com.microsoft.azure.storage.blob.AccountSASResourceType
-
Creates an AccountSASResourceType
from the specified resource types string.
- parse(String) - Static method in class com.microsoft.azure.storage.blob.AccountSASService
-
Creates an AccountSASService
from the specified services string.
- parse(String) - Static method in class com.microsoft.azure.storage.blob.BlobSASPermission
-
Creates a BlobSASPermission
from the specified permissions string.
- parse(String) - Static method in class com.microsoft.azure.storage.blob.ContainerSASPermission
-
Creates an ContainerSASPermission
from the specified permissions string.
- parse(String) - Static method in enum com.microsoft.azure.storage.blob.SASProtocol
-
Parses a String
into a SASProtocl
value if possible.
- parse(URL) - Static method in class com.microsoft.azure.storage.blob.URLParser
-
URLParser parses a URL initializing BlobURLParts' fields including any SAS-related and snapshot query parameters.
- permission() - Method in class com.microsoft.azure.storage.models.AccessPolicy
-
Get the permission value.
- permissions - Variable in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
-
A String
specifying which operations the SAS user may perform.
- permissions - Variable in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
-
A String
specifying which operations the SAS user may perform.
- PipelineOptions - Class in com.microsoft.azure.storage.blob
-
- PipelineOptions() - Constructor for class com.microsoft.azure.storage.blob.PipelineOptions
-
- prefix() - Method in class com.microsoft.azure.storage.models.ListBlobsResponse
-
Get the prefix value.
- prefix() - Method in class com.microsoft.azure.storage.models.ListContainersResponse
-
Get the prefix value.
- processMessages - Variable in class com.microsoft.azure.storage.blob.AccountSASPermission
-
Permission to get and delete messages granted.
- properties() - Method in class com.microsoft.azure.storage.models.Blob
-
Get the properties value.
- properties() - Method in class com.microsoft.azure.storage.models.Container
-
Get the properties value.
- protocol - Variable in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
-
A
SASProtocol
value representing the allowed Internet protocols.
- protocol - Variable in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
-
A
SASProtocol
value representing the allowed Internet protocols.
- publicAccess() - Method in class com.microsoft.azure.storage.models.ContainerProperties
-
Get the publicAccess value.
- PublicAccessType - Class in com.microsoft.azure.storage.models
-
Defines values for PublicAccessType.
- PublicAccessType() - Constructor for class com.microsoft.azure.storage.models.PublicAccessType
-
- putBlob(Flowable<ByteBuffer>, long, BlobHTTPHeaders, Metadata, BlobAccessConditions) - Method in class com.microsoft.azure.storage.blob.BlockBlobURL
-
Creates a new block blob, or updates the content of an existing block blob.
- putBlock(String, Flowable<ByteBuffer>, long, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.blob.BlockBlobURL
-
Uploads the specified block to the block blob's "staging area" to be later commited by a call to
PutBlockList.
- putBlockList(List<String>, BlobHTTPHeaders, Metadata, BlobAccessConditions) - Method in class com.microsoft.azure.storage.blob.BlockBlobURL
-
Writes a blob by specifying the list of block IDs that make up the blob.
- putPages(PageRange, Flowable<ByteBuffer>, BlobAccessConditions) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
-
Writes 1 or more pages to the page blob.