| Package | Description | 
|---|---|
| com.microsoft.azure.storage.blob | 
 This package contains the storage service blob classes. 
 | 
| com.microsoft.azure.storage.file | 
 This package contains the storage service file classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CloudAppendBlob
Represents a Microsoft Azure Append Blob. 
 | 
class  | 
CloudBlockBlob
Represents a blob that is uploaded as a set of blocks. 
 | 
class  | 
CloudPageBlob
Represents a Microsoft Azure page blob. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CloudBlob | 
CloudBlob.createSnapshot()
Creates a snapshot of the blob. 
 | 
CloudBlob | 
CloudBlob.createSnapshot(AccessCondition accessCondition,
              BlobRequestOptions options,
              OperationContext opContext)
Creates a snapshot of the blob using the specified request options and operation context. 
 | 
CloudBlob | 
CloudBlob.createSnapshot(HashMap<String,String> metadata,
              AccessCondition accessCondition,
              BlobRequestOptions options,
              OperationContext opContext)
Creates a snapshot of the blob using the specified request options and operation context. 
 | 
CloudBlob | 
CloudBlobContainer.getBlobReferenceFromServer(String blobName)
Gets a reference to a blob in this container. 
 | 
CloudBlob | 
CloudBlobContainer.getBlobReferenceFromServer(String blobName,
                          String snapshotID,
                          AccessCondition accessCondition,
                          BlobRequestOptions options,
                          OperationContext opContext)
Gets a reference to a blob in this container. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
CloudFile.startCopy(CloudBlob sourceBlob)
Requests the service to start copying a blob's contents, properties, and metadata to a new file. 
 | 
String | 
CloudFile.startCopy(CloudBlob sourceBlob,
         AccessCondition sourceAccessCondition,
         AccessCondition destinationAccessCondition,
         FileRequestOptions options,
         OperationContext opContext)
Requests the service to start copying a file's contents, properties, and metadata to a new file,
 using the specified access conditions, lease ID, request options, and operation context. 
 | 
/** 
* 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. 
*/