azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

187 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput"
name: "TopQueryStatisticsInput"
nameWithType: "TopQueryStatisticsInput"
summary: "Input to get top query statistics."
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 **TopQueryStatisticsInput**"
constructors:
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.TopQueryStatisticsInput()"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.TopQueryStatisticsInput()"
name: "TopQueryStatisticsInput()"
nameWithType: "TopQueryStatisticsInput.TopQueryStatisticsInput()"
syntax: "public TopQueryStatisticsInput()"
methods:
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.aggregationFunction()"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.aggregationFunction()"
name: "aggregationFunction()"
nameWithType: "TopQueryStatisticsInput.aggregationFunction()"
summary: "Get the aggregation<wbr>Function property: Aggregation function name."
syntax: "public String aggregationFunction()"
desc: "Get the aggregationFunction property: Aggregation function name."
returns:
description: "the aggregationFunction value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.aggregationWindow()"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.aggregationWindow()"
name: "aggregationWindow()"
nameWithType: "TopQueryStatisticsInput.aggregationWindow()"
summary: "Get the aggregation<wbr>Window property: Aggregation interval type in ISO 8601 format."
syntax: "public String aggregationWindow()"
desc: "Get the aggregationWindow property: Aggregation interval type in ISO 8601 format."
returns:
description: "the aggregationWindow value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.numberOfTopQueries()"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.numberOfTopQueries()"
name: "numberOfTopQueries()"
nameWithType: "TopQueryStatisticsInput.numberOfTopQueries()"
summary: "Get the number<wbr>OfTop<wbr>Queries property: Max number of top queries to return."
syntax: "public int numberOfTopQueries()"
desc: "Get the numberOfTopQueries property: Max number of top queries to return."
returns:
description: "the numberOfTopQueries value."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.observationEndTime()"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.observationEndTime()"
name: "observationEndTime()"
nameWithType: "TopQueryStatisticsInput.observationEndTime()"
summary: "Get the observation<wbr>End<wbr>Time property: Observation end time."
syntax: "public OffsetDateTime observationEndTime()"
desc: "Get the observationEndTime property: Observation end time."
returns:
description: "the observationEndTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.observationStartTime()"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.observationStartTime()"
name: "observationStartTime()"
nameWithType: "TopQueryStatisticsInput.observationStartTime()"
summary: "Get the observation<wbr>Start<wbr>Time property: Observation start time."
syntax: "public OffsetDateTime observationStartTime()"
desc: "Get the observationStartTime property: Observation start time."
returns:
description: "the observationStartTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.observedMetric()"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.observedMetric()"
name: "observedMetric()"
nameWithType: "TopQueryStatisticsInput.observedMetric()"
summary: "Get the observed<wbr>Metric property: Observed metric name."
syntax: "public String observedMetric()"
desc: "Get the observedMetric property: Observed metric name."
returns:
description: "the observedMetric value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.validate()"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.validate()"
name: "validate()"
nameWithType: "TopQueryStatisticsInput.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.withAggregationFunction(java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.withAggregationFunction(String aggregationFunction)"
name: "withAggregationFunction(String aggregationFunction)"
nameWithType: "TopQueryStatisticsInput.withAggregationFunction(String aggregationFunction)"
summary: "Set the aggregation<wbr>Function property: Aggregation function name."
parameters:
- description: "the aggregationFunction value to set."
name: "aggregationFunction"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TopQueryStatisticsInput withAggregationFunction(String aggregationFunction)"
desc: "Set the aggregationFunction property: Aggregation function name."
returns:
description: "the TopQueryStatisticsInput object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput?alt=com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput&text=TopQueryStatisticsInput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.withAggregationWindow(java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.withAggregationWindow(String aggregationWindow)"
name: "withAggregationWindow(String aggregationWindow)"
nameWithType: "TopQueryStatisticsInput.withAggregationWindow(String aggregationWindow)"
summary: "Set the aggregation<wbr>Window property: Aggregation interval type in ISO 8601 format."
parameters:
- description: "the aggregationWindow value to set."
name: "aggregationWindow"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TopQueryStatisticsInput withAggregationWindow(String aggregationWindow)"
desc: "Set the aggregationWindow property: Aggregation interval type in ISO 8601 format."
returns:
description: "the TopQueryStatisticsInput object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput?alt=com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput&text=TopQueryStatisticsInput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.withNumberOfTopQueries(int)"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.withNumberOfTopQueries(int numberOfTopQueries)"
name: "withNumberOfTopQueries(int numberOfTopQueries)"
nameWithType: "TopQueryStatisticsInput.withNumberOfTopQueries(int numberOfTopQueries)"
summary: "Set the number<wbr>OfTop<wbr>Queries property: Max number of top queries to return."
parameters:
- description: "the numberOfTopQueries value to set."
name: "numberOfTopQueries"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TopQueryStatisticsInput withNumberOfTopQueries(int numberOfTopQueries)"
desc: "Set the numberOfTopQueries property: Max number of top queries to return."
returns:
description: "the TopQueryStatisticsInput object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput?alt=com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput&text=TopQueryStatisticsInput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.withObservationEndTime(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.withObservationEndTime(OffsetDateTime observationEndTime)"
name: "withObservationEndTime(OffsetDateTime observationEndTime)"
nameWithType: "TopQueryStatisticsInput.withObservationEndTime(OffsetDateTime observationEndTime)"
summary: "Set the observation<wbr>End<wbr>Time property: Observation end time."
parameters:
- description: "the observationEndTime value to set."
name: "observationEndTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public TopQueryStatisticsInput withObservationEndTime(OffsetDateTime observationEndTime)"
desc: "Set the observationEndTime property: Observation end time."
returns:
description: "the TopQueryStatisticsInput object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput?alt=com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput&text=TopQueryStatisticsInput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.withObservationStartTime(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.withObservationStartTime(OffsetDateTime observationStartTime)"
name: "withObservationStartTime(OffsetDateTime observationStartTime)"
nameWithType: "TopQueryStatisticsInput.withObservationStartTime(OffsetDateTime observationStartTime)"
summary: "Set the observation<wbr>Start<wbr>Time property: Observation start time."
parameters:
- description: "the observationStartTime value to set."
name: "observationStartTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public TopQueryStatisticsInput withObservationStartTime(OffsetDateTime observationStartTime)"
desc: "Set the observationStartTime property: Observation start time."
returns:
description: "the TopQueryStatisticsInput object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput?alt=com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput&text=TopQueryStatisticsInput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.withObservedMetric(java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput.withObservedMetric(String observedMetric)"
name: "withObservedMetric(String observedMetric)"
nameWithType: "TopQueryStatisticsInput.withObservedMetric(String observedMetric)"
summary: "Set the observed<wbr>Metric property: Observed metric name."
parameters:
- description: "the observedMetric value to set."
name: "observedMetric"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TopQueryStatisticsInput withObservedMetric(String observedMetric)"
desc: "Set the observedMetric property: Observed metric name."
returns:
description: "the TopQueryStatisticsInput object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput?alt=com.azure.resourcemanager.mysql.models.TopQueryStatisticsInput&text=TopQueryStatisticsInput\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Input to get top query statistics."
metadata: {}
package: "com.azure.resourcemanager.mysql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2