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(long contentLength,
long blobContentLength,
Integer timeout,
String blobContentType,
String blobContentEncoding,
String blobContentLanguage,
byte[] blobContentMD5,
String blobCacheControl,
Map<String,String> metadata,
String leaseId,
String blobContentDisposition,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
Long blobSequenceNumber,
String requestId)
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)
Creates a page blob of the specified length.
|
This documentation was released into the public domain.