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 |
CloudFileDirectory.getShare()
Returns the share for this directory.
|
CloudFileShare |
ListFileItem.getShare()
Returns the share for the file item.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected static String |
CloudFile.getParentNameFromURI(StorageUri resourceAddress,
CloudFileShare share)
Retrieves the parent name for a file URI.
|
protected void |
CloudFileDirectory.setShare(CloudFileShare share)
Sets the share for the directory.
|
protected void |
CloudFile.setShare(CloudFileShare share)
Sets the share for the file.
|
Constructor and Description |
---|
CloudFile(StorageUri uri,
String fileName,
CloudFileShare share)
Creates an instance of the
CloudFile class using the specified address, share,
and client. |
CloudFileDirectory(StorageUri uri,
String directoryName,
CloudFileShare share)
Creates an instance of the
CloudFileDirectory class using the specified address, share,
and client. |
Copyright © 2019. All rights reserved.