Package | Description |
---|---|
com.microsoft.azure.storage.file |
This package contains the storage service file classes.
|
Modifier and Type | Field and Description |
---|---|
protected CloudFileDirectory |
CloudFile.parent
Represents the file's directory reference.
|
Modifier and Type | Method and Description |
---|---|
CloudFileDirectory |
CloudFileDirectory.getDirectoryReference(String itemName)
Returns a reference to a
CloudFileDirectory object that represents a directory in this directory. |
CloudFileDirectory |
CloudFileDirectory.getParent()
Returns the
CloudFileDirectory parent directory associated with this directory. |
CloudFileDirectory |
ListFileItem.getParent()
Returns the parent for the file item.
|
CloudFileDirectory |
CloudFile.getParent()
Returns the file item's parent.
|
CloudFileDirectory |
CloudFileShare.getRootDirectoryReference()
Returns a reference to a
CloudFileDirectory object that represents the root file directory within this
share. |
Copyright © 2019. All rights reserved.