azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.models.Ser...

84 строки
5.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.ServiceStatistics"
fullName: "com.azure.search.models.ServiceStatistics"
name: "ServiceStatistics"
nameWithType: "ServiceStatistics"
summary: "Response from a get service statistics request."
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 final class **ServiceStatistics**"
constructors:
- uid: "com.azure.search.models.ServiceStatistics.ServiceStatistics()"
fullName: "com.azure.search.models.ServiceStatistics.ServiceStatistics()"
name: "ServiceStatistics()"
nameWithType: "ServiceStatistics.ServiceStatistics()"
syntax: "public ServiceStatistics()"
methods:
- uid: "com.azure.search.models.ServiceStatistics.getCounters()"
fullName: "com.azure.search.models.ServiceStatistics.getCounters()"
name: "getCounters()"
nameWithType: "ServiceStatistics.getCounters()"
summary: "Get the counters property: Service level resource counters."
syntax: "public ServiceCounters getCounters()"
desc: "Get the counters property: Service level resource counters."
returns:
description: "the counters value."
type: "<xref href=\"com.azure.search.models.ServiceCounters?alt=com.azure.search.models.ServiceCounters&text=ServiceCounters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.ServiceStatistics.getLimits()"
fullName: "com.azure.search.models.ServiceStatistics.getLimits()"
name: "getLimits()"
nameWithType: "ServiceStatistics.getLimits()"
summary: "Get the limits property: Service level general limits."
syntax: "public ServiceLimits getLimits()"
desc: "Get the limits property: Service level general limits."
returns:
description: "the limits value."
type: "<xref href=\"com.azure.search.models.ServiceLimits?alt=com.azure.search.models.ServiceLimits&text=ServiceLimits\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.ServiceStatistics.setCounters(com.azure.search.models.ServiceCounters)"
fullName: "com.azure.search.models.ServiceStatistics.setCounters(ServiceCounters counters)"
name: "setCounters(ServiceCounters counters)"
nameWithType: "ServiceStatistics.setCounters(ServiceCounters counters)"
summary: "Set the counters property: Service level resource counters."
parameters:
- description: "the counters value to set."
name: "counters"
type: "<xref href=\"com.azure.search.models.ServiceCounters?alt=com.azure.search.models.ServiceCounters&text=ServiceCounters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceStatistics setCounters(ServiceCounters counters)"
desc: "Set the counters property: Service level resource counters."
returns:
description: "the ServiceStatistics object itself."
type: "<xref href=\"com.azure.search.models.ServiceStatistics?alt=com.azure.search.models.ServiceStatistics&text=ServiceStatistics\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.ServiceStatistics.setLimits(com.azure.search.models.ServiceLimits)"
fullName: "com.azure.search.models.ServiceStatistics.setLimits(ServiceLimits limits)"
name: "setLimits(ServiceLimits limits)"
nameWithType: "ServiceStatistics.setLimits(ServiceLimits limits)"
summary: "Set the limits property: Service level general limits."
parameters:
- description: "the limits value to set."
name: "limits"
type: "<xref href=\"com.azure.search.models.ServiceLimits?alt=com.azure.search.models.ServiceLimits&text=ServiceLimits\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServiceStatistics setLimits(ServiceLimits limits)"
desc: "Set the limits property: Service level general limits."
returns:
description: "the ServiceStatistics object itself."
type: "<xref href=\"com.azure.search.models.ServiceStatistics?alt=com.azure.search.models.ServiceStatistics&text=ServiceStatistics\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Response from a get service statistics request. If successful, it includes service level counters and limits."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1