76 строки
4.8 KiB
YAML
76 строки
4.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.storage.file.share.models.CloseHandlesInfo"
|
|
fullName: "com.azure.storage.file.share.models.CloseHandlesInfo"
|
|
name: "CloseHandlesInfo"
|
|
nameWithType: "CloseHandlesInfo"
|
|
summary: "Contains close handles information from the storage File service."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public class **CloseHandlesInfo**"
|
|
constructors:
|
|
- uid: "com.azure.storage.file.share.models.CloseHandlesInfo.CloseHandlesInfo(java.lang.Integer)"
|
|
fullName: "com.azure.storage.file.share.models.CloseHandlesInfo.CloseHandlesInfo(Integer closedHandles)"
|
|
name: "CloseHandlesInfo(Integer closedHandles)"
|
|
nameWithType: "CloseHandlesInfo.CloseHandlesInfo(Integer closedHandles)"
|
|
summary: "Creates an instance of information about close handles."
|
|
parameters:
|
|
- description: "The numbers of handles closed.\n Note : Failed handles was added as a parameter, default value for failed handles is 0"
|
|
name: "closedHandles"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public CloseHandlesInfo(Integer closedHandles)"
|
|
desc: "Creates an instance of information about close handles."
|
|
- uid: "com.azure.storage.file.share.models.CloseHandlesInfo.CloseHandlesInfo(java.lang.Integer,java.lang.Integer)"
|
|
fullName: "com.azure.storage.file.share.models.CloseHandlesInfo.CloseHandlesInfo(Integer closedHandles, Integer failedHandles)"
|
|
name: "CloseHandlesInfo(Integer closedHandles, Integer failedHandles)"
|
|
nameWithType: "CloseHandlesInfo.CloseHandlesInfo(Integer closedHandles, Integer failedHandles)"
|
|
summary: "Creates an instance of information about close handles."
|
|
parameters:
|
|
- description: "The numbers of handles closed."
|
|
name: "closedHandles"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- description: "The numbers of handles that failed to close."
|
|
name: "failedHandles"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public CloseHandlesInfo(Integer closedHandles, Integer failedHandles)"
|
|
desc: "Creates an instance of information about close handles."
|
|
methods:
|
|
- uid: "com.azure.storage.file.share.models.CloseHandlesInfo.getClosedHandles()"
|
|
fullName: "com.azure.storage.file.share.models.CloseHandlesInfo.getClosedHandles()"
|
|
name: "getClosedHandles()"
|
|
nameWithType: "CloseHandlesInfo.getClosedHandles()"
|
|
summary: "Gets the number of handles closed."
|
|
syntax: "public int getClosedHandles()"
|
|
desc: "Gets the number of handles closed."
|
|
returns:
|
|
description: "The number of handles closed."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.file.share.models.CloseHandlesInfo.getFailedHandles()"
|
|
fullName: "com.azure.storage.file.share.models.CloseHandlesInfo.getFailedHandles()"
|
|
name: "getFailedHandles()"
|
|
nameWithType: "CloseHandlesInfo.getFailedHandles()"
|
|
summary: "Gets the number of handles that failed to close."
|
|
syntax: "public int getFailedHandles()"
|
|
desc: "Gets the number of handles that failed to close."
|
|
returns:
|
|
description: "The number of handles that failed to close."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Contains close handles information from the storage File service."
|
|
metadata: {}
|
|
package: "com.azure.storage.file.share.models"
|
|
artifact: com.azure:azure-storage-file-share:12.24.0
|