Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<PageBlobCreateResponse> |
GeneratedPageBlobs.createWithRestResponseAsync(com.microsoft.rest.v2.Context context,
long contentLength,
long blobContentLength,
Integer timeout,
Map<String,String> metadata,
Long blobSequenceNumber,
String requestId,
BlobHTTPHeaders blobHTTPHeaders,
LeaseAccessConditions leaseAccessConditions,
ModifiedAccessConditions modifiedAccessConditions)
The Create operation creates a new page blob.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<PageBlobCreateResponse> |
PageBlobURL.create(long size,
Long sequenceNumber,
BlobHTTPHeaders headers,
Metadata metadata,
BlobAccessConditions accessConditions,
com.microsoft.rest.v2.Context context)
Creates a page blob of the specified length.
|
This documentation was released into the public domain.