| Package | Description |
|---|---|
| com.microsoft.azure.storage.file |
This package contains the storage service file classes.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<FileHandle> |
CloudFileDirectory.listHandles()
Gets the SMB handles open on this file.
|
Iterable<FileHandle> |
CloudFile.listHandles()
Gets the SMB handles open on this file.
|
Iterable<FileHandle> |
CloudFileDirectory.listHandles(boolean recursive,
FileRequestOptions options,
OperationContext opContext)
Gets the SMB handles open on this file.
|
Iterable<FileHandle> |
CloudFile.listHandles(FileRequestOptions options,
OperationContext opContext)
Gets the SMB handles open on this file.
|
ResultSegment<FileHandle> |
CloudFileDirectory.listHandlesSegmented()
Gets the SMB handles open on this file.
|
ResultSegment<FileHandle> |
CloudFile.listHandlesSegmented()
Gets the SMB handles open on this file.
|
ResultSegment<FileHandle> |
CloudFileDirectory.listHandlesSegmented(Integer maxResults,
boolean recursive,
ResultContinuation continuationToken,
FileRequestOptions options,
OperationContext opContext)
Gets the SMB handles open on this file.
|
ResultSegment<FileHandle> |
CloudFile.listHandlesSegmented(Integer maxResults,
ResultContinuation continuationToken,
FileRequestOptions options,
OperationContext opContext)
Gets the SMB handles open on this file.
|
Copyright © 2021. All Rights Reserved.