| Package | Description |
|---|---|
| com.microsoft.windowsazure.services.blob.client |
This package contains the integrated blob service client classes and implementation.
|
| Modifier and Type | Method and Description |
|---|---|
CloudPageBlob |
CloudBlobDirectory.getPageBlobReference(String blobAddressUri)
Returns a reference to a
CloudPageBlob object that represents a page blob in the directory. |
CloudPageBlob |
CloudBlobContainer.getPageBlobReference(String blobAddressUri)
Returns a reference to a
CloudPageBlob object that represents a page blob in this container. |
CloudPageBlob |
CloudBlobClient.getPageBlobReference(String blobAddressUri)
Returns a reference to a
CloudPageBlob object that represents a page blob. |
CloudPageBlob |
CloudBlobDirectory.getPageBlobReference(String blobAddressUri,
String snapshotID)
Returns a reference to a
CloudPageBlob object that represents a page blob in the directory, using the
specified snapshot ID. |
CloudPageBlob |
CloudBlobContainer.getPageBlobReference(String blobAddressUri,
String snapshotID)
Returns a reference to a
CloudPageBlob object that represents a page blob in the directory, using the
specified snapshot ID. |
CloudPageBlob |
CloudBlobClient.getPageBlobReference(String blobAddressUri,
String snapshotID)
Returns a reference to a
CloudPageBlob object that represents a page blob, using the specified snapshot
ID. |
| Constructor and Description |
|---|
BlobOutputStream(CloudPageBlob parentBlob,
long length,
AccessCondition accessCondition,
BlobRequestOptions options,
OperationContext opContext)
Initializes a new instance of the BlobWriteStream class for a CloudPageBlob
|
CloudPageBlob(CloudPageBlob otherBlob)
Creates an instance of the
CloudPageBlob class by copying values from another page blob. |
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/