public interface ListFileItem
| Modifier and Type | Method and Description |
|---|---|
CloudFileDirectory |
getParent()
Returns the parent for the file item.
|
CloudFileShare |
getShare()
Returns the share for the file item.
|
StorageUri |
getStorageUri()
Returns the list of URIs for all storage locations of the file item.
|
URI |
getUri()
Returns the URI for the file item.
|
CloudFileShare getShare() throws URISyntaxException, StorageException
CloudFileShare object which represents the file item's share.StorageException - If a storage service error occurred.URISyntaxException - If the resource URI is invalid.CloudFileDirectory getParent() throws URISyntaxException, StorageException
CloudFileDirectory object which represents the file item's parent.StorageException - If a storage service error occurred.URISyntaxException - If the resource URI is invalid.URI getUri()
java.net.URI object which represents the file item's URI.StorageUri getStorageUri()
StorageUri object which represents the file item's URI.Copyright © 2018. All Rights Reserved.