Package | Description |
---|---|
com.microsoft.azure.storage.file |
This package contains the storage service file classes.
|
Modifier and Type | Method and Description |
---|---|
CloudFileShare |
CloudFileShare.createSnapshot()
Creates a snapshot of the share.
|
CloudFileShare |
CloudFileShare.createSnapshot(AccessCondition accessCondition,
FileRequestOptions options,
OperationContext opContext)
Creates a snapshot of the file share using the specified request options and operation context.
|
CloudFileShare |
CloudFileShare.createSnapshot(HashMap<String,String> metadata,
AccessCondition accessCondition,
FileRequestOptions options,
OperationContext opContext)
Creates a snapshot of the file share using the specified request options and operation context.
|
CloudFileShare |
ListFileItem.getShare()
Returns the share for the file item.
|
CloudFileShare |
CloudFileDirectory.getShare()
Returns the share for this directory.
|
CloudFileShare |
CloudFile.getShare()
Returns the file's share.
|
CloudFileShare |
CloudFileClient.getShareReference(String shareName)
Gets a
CloudFileShare object with the specified name. |
CloudFileShare |
CloudFileClient.getShareReference(String shareName,
String snapshotID)
Gets a
CloudFileShare object with the specified name. |
Modifier and Type | Method and Description |
---|---|
Iterable<CloudFileShare> |
CloudFileClient.listShares()
Returns an enumerable collection of shares for this File service client.
|
Iterable<CloudFileShare> |
CloudFileClient.listShares(String prefix)
Returns an enumerable collection of shares whose names begin with the specified prefix for this File service
client.
|
Iterable<CloudFileShare> |
CloudFileClient.listShares(String prefix,
EnumSet<ShareListingDetails> detailsIncluded,
FileRequestOptions options,
OperationContext opContext)
Returns an enumerable collection of shares whose names begin with the specified prefix for this File
service client, using the specified details settings, request options, and operation context.
|
ResultSegment<CloudFileShare> |
CloudFileClient.listSharesSegmented()
Returns a result segment of an enumerable collection of shares for this File service client.
|
ResultSegment<CloudFileShare> |
CloudFileClient.listSharesSegmented(String prefix)
Returns a result segment of an enumerable collection of shares whose names begin with the specified
prefix for this File service client.
|
ResultSegment<CloudFileShare> |
CloudFileClient.listSharesSegmented(String prefix,
EnumSet<ShareListingDetails> detailsIncluded,
Integer maxResults,
ResultContinuation continuationToken,
FileRequestOptions options,
OperationContext opContext)
Returns a result segment of an enumerable collection of shares whose names begin with the specified
prefix, using the specified listing details options, request options, and operation context.
|
Copyright © 2018. All Rights Reserved.