| Package | Description |
|---|---|
| com.microsoft.azure.storage.file |
This package contains the storage service file classes.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| 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,
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,
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.
|
| Constructor and Description |
|---|
CloudFile(StorageUri fileAbsoluteUri,
CloudFileClient client,
CloudFileShare share)
Deprecated.
as of 3.0.0. Please use
CloudFile.CloudFile(StorageUri, StorageCredentials) |
CloudFile(URI fileAbsoluteUri,
CloudFileClient client,
CloudFileShare share)
Deprecated.
as of 3.0.0. Please use
CloudFile.CloudFile(URI, StorageCredentials) |
Copyright © 2015. All Rights Reserved.