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

453 строки
30 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata"
name: "SearchMetadata"
nameWithType: "SearchMetadata"
summary: "Metadata for search results."
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 **SearchMetadata**"
constructors:
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.SearchMetadata()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.SearchMetadata()"
name: "SearchMetadata()"
nameWithType: "SearchMetadata.SearchMetadata()"
summary: "Creates an instance of Search<wbr>Metadata class."
syntax: "public SearchMetadata()"
desc: "Creates an instance of SearchMetadata class."
methods:
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.aggregatedGroupingFields()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.aggregatedGroupingFields()"
name: "aggregatedGroupingFields()"
nameWithType: "SearchMetadata.aggregatedGroupingFields()"
summary: "Get the aggregated<wbr>Grouping<wbr>Fields property: The aggregated grouping fields."
syntax: "public String aggregatedGroupingFields()"
desc: "Get the aggregatedGroupingFields property: The aggregated grouping fields."
returns:
description: "the aggregatedGroupingFields value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.aggregatedValueField()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.aggregatedValueField()"
name: "aggregatedValueField()"
nameWithType: "SearchMetadata.aggregatedValueField()"
summary: "Get the aggregated<wbr>Value<wbr>Field property: The aggregated value field."
syntax: "public String aggregatedValueField()"
desc: "Get the aggregatedValueField property: The aggregated value field."
returns:
description: "the aggregatedValueField value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.coreSummaries()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.coreSummaries()"
name: "coreSummaries()"
nameWithType: "SearchMetadata.coreSummaries()"
summary: "Get the core<wbr>Summaries property: The core summaries."
syntax: "public List<CoreSummary> coreSummaries()"
desc: "Get the coreSummaries property: The core summaries."
returns:
description: "the coreSummaries value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.loganalytics.models.CoreSummary?alt=com.azure.resourcemanager.loganalytics.models.CoreSummary&text=CoreSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.etag()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.etag()"
name: "etag()"
nameWithType: "SearchMetadata.etag()"
summary: "Get the etag property: The ETag of the search results."
syntax: "public String etag()"
desc: "Get the etag property: The ETag of the search results."
returns:
description: "the etag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.id()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.id()"
name: "id()"
nameWithType: "SearchMetadata.id()"
summary: "Get the id property: The id of the search results request."
syntax: "public String id()"
desc: "Get the id property: The id of the search results request."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.lastUpdated()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.lastUpdated()"
name: "lastUpdated()"
nameWithType: "SearchMetadata.lastUpdated()"
summary: "Get the last<wbr>Updated property: The time of last update."
syntax: "public OffsetDateTime lastUpdated()"
desc: "Get the lastUpdated property: The time of last update."
returns:
description: "the lastUpdated value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.max()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.max()"
name: "max()"
nameWithType: "SearchMetadata.max()"
summary: "Get the max property: The max of all aggregates returned in the result set."
syntax: "public Long max()"
desc: "Get the max property: The max of all aggregates returned in the result set."
returns:
description: "the max value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.requestTime()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.requestTime()"
name: "requestTime()"
nameWithType: "SearchMetadata.requestTime()"
summary: "Get the request<wbr>Time property: The request time."
syntax: "public Long requestTime()"
desc: "Get the requestTime property: The request time."
returns:
description: "the requestTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.resultType()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.resultType()"
name: "resultType()"
nameWithType: "SearchMetadata.resultType()"
summary: "Get the result<wbr>Type property: The search result type."
syntax: "public String resultType()"
desc: "Get the resultType property: The search result type."
returns:
description: "the resultType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.schema()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.schema()"
name: "schema()"
nameWithType: "SearchMetadata.schema()"
summary: "Get the schema property: The schema."
syntax: "public SearchMetadataSchema schema()"
desc: "Get the schema property: The schema."
returns:
description: "the schema value."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadataSchema?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadataSchema&text=SearchMetadataSchema\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.searchId()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.searchId()"
name: "searchId()"
nameWithType: "SearchMetadata.searchId()"
summary: "Get the search<wbr>Id property: The request id of the search."
syntax: "public String searchId()"
desc: "Get the searchId property: The request id of the search."
returns:
description: "the searchId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.sort()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.sort()"
name: "sort()"
nameWithType: "SearchMetadata.sort()"
summary: "Get the sort property: How the results are sorted."
syntax: "public List<SearchSort> sort()"
desc: "Get the sort property: How the results are sorted."
returns:
description: "the sort value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchSort?alt=com.azure.resourcemanager.loganalytics.models.SearchSort&text=SearchSort\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.startTime()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.startTime()"
name: "startTime()"
nameWithType: "SearchMetadata.startTime()"
summary: "Get the start<wbr>Time property: The start time for the search."
syntax: "public OffsetDateTime startTime()"
desc: "Get the startTime property: The start time for the search."
returns:
description: "the startTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.status()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.status()"
name: "status()"
nameWithType: "SearchMetadata.status()"
summary: "Get the status property: The status of the search results."
syntax: "public String status()"
desc: "Get the status property: The status of the search results."
returns:
description: "the status value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.sum()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.sum()"
name: "sum()"
nameWithType: "SearchMetadata.sum()"
summary: "Get the sum property: The sum of all aggregates returned in the result set."
syntax: "public Long sum()"
desc: "Get the sum property: The sum of all aggregates returned in the result set."
returns:
description: "the sum value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.top()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.top()"
name: "top()"
nameWithType: "SearchMetadata.top()"
summary: "Get the top property: The number of top search results."
syntax: "public Long top()"
desc: "Get the top property: The number of top search results."
returns:
description: "the top value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.total()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.total()"
name: "total()"
nameWithType: "SearchMetadata.total()"
summary: "Get the total property: The total number of search results."
syntax: "public Long total()"
desc: "Get the total property: The total number of search results."
returns:
description: "the total value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.validate()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.validate()"
name: "validate()"
nameWithType: "SearchMetadata.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withAggregatedGroupingFields(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withAggregatedGroupingFields(String aggregatedGroupingFields)"
name: "withAggregatedGroupingFields(String aggregatedGroupingFields)"
nameWithType: "SearchMetadata.withAggregatedGroupingFields(String aggregatedGroupingFields)"
summary: "Set the aggregated<wbr>Grouping<wbr>Fields property: The aggregated grouping fields."
parameters:
- description: "the aggregatedGroupingFields value to set."
name: "aggregatedGroupingFields"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SearchMetadata withAggregatedGroupingFields(String aggregatedGroupingFields)"
desc: "Set the aggregatedGroupingFields property: The aggregated grouping fields."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withAggregatedValueField(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withAggregatedValueField(String aggregatedValueField)"
name: "withAggregatedValueField(String aggregatedValueField)"
nameWithType: "SearchMetadata.withAggregatedValueField(String aggregatedValueField)"
summary: "Set the aggregated<wbr>Value<wbr>Field property: The aggregated value field."
parameters:
- description: "the aggregatedValueField value to set."
name: "aggregatedValueField"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SearchMetadata withAggregatedValueField(String aggregatedValueField)"
desc: "Set the aggregatedValueField property: The aggregated value field."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withCoreSummaries(java.util.List<com.azure.resourcemanager.loganalytics.models.CoreSummary>)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withCoreSummaries(List<CoreSummary> coreSummaries)"
name: "withCoreSummaries(List<CoreSummary> coreSummaries)"
nameWithType: "SearchMetadata.withCoreSummaries(List<CoreSummary> coreSummaries)"
summary: "Set the core<wbr>Summaries property: The core summaries."
parameters:
- description: "the coreSummaries value to set."
name: "coreSummaries"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.loganalytics.models.CoreSummary?alt=com.azure.resourcemanager.loganalytics.models.CoreSummary&text=CoreSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SearchMetadata withCoreSummaries(List<CoreSummary> coreSummaries)"
desc: "Set the coreSummaries property: The core summaries."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withEtag(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withEtag(String etag)"
name: "withEtag(String etag)"
nameWithType: "SearchMetadata.withEtag(String etag)"
summary: "Set the etag property: The ETag of the search results."
parameters:
- description: "the etag value to set."
name: "etag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SearchMetadata withEtag(String etag)"
desc: "Set the etag property: The ETag of the search results."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withId(String id)"
name: "withId(String id)"
nameWithType: "SearchMetadata.withId(String id)"
summary: "Set the id property: The id of the search results request."
parameters:
- description: "the id value to set."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SearchMetadata withId(String id)"
desc: "Set the id property: The id of the search results request."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withLastUpdated(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withLastUpdated(OffsetDateTime lastUpdated)"
name: "withLastUpdated(OffsetDateTime lastUpdated)"
nameWithType: "SearchMetadata.withLastUpdated(OffsetDateTime lastUpdated)"
summary: "Set the last<wbr>Updated property: The time of last update."
parameters:
- description: "the lastUpdated value to set."
name: "lastUpdated"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public SearchMetadata withLastUpdated(OffsetDateTime lastUpdated)"
desc: "Set the lastUpdated property: The time of last update."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withMax(java.lang.Long)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withMax(Long max)"
name: "withMax(Long max)"
nameWithType: "SearchMetadata.withMax(Long max)"
summary: "Set the max property: The max of all aggregates returned in the result set."
parameters:
- description: "the max value to set."
name: "max"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public SearchMetadata withMax(Long max)"
desc: "Set the max property: The max of all aggregates returned in the result set."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withRequestTime(java.lang.Long)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withRequestTime(Long requestTime)"
name: "withRequestTime(Long requestTime)"
nameWithType: "SearchMetadata.withRequestTime(Long requestTime)"
summary: "Set the request<wbr>Time property: The request time."
parameters:
- description: "the requestTime value to set."
name: "requestTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public SearchMetadata withRequestTime(Long requestTime)"
desc: "Set the requestTime property: The request time."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withResultType(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withResultType(String resultType)"
name: "withResultType(String resultType)"
nameWithType: "SearchMetadata.withResultType(String resultType)"
summary: "Set the result<wbr>Type property: The search result type."
parameters:
- description: "the resultType value to set."
name: "resultType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SearchMetadata withResultType(String resultType)"
desc: "Set the resultType property: The search result type."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withSchema(com.azure.resourcemanager.loganalytics.models.SearchMetadataSchema)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withSchema(SearchMetadataSchema schema)"
name: "withSchema(SearchMetadataSchema schema)"
nameWithType: "SearchMetadata.withSchema(SearchMetadataSchema schema)"
summary: "Set the schema property: The schema."
parameters:
- description: "the schema value to set."
name: "schema"
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadataSchema?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadataSchema&text=SearchMetadataSchema\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SearchMetadata withSchema(SearchMetadataSchema schema)"
desc: "Set the schema property: The schema."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withSearchId(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withSearchId(String searchId)"
name: "withSearchId(String searchId)"
nameWithType: "SearchMetadata.withSearchId(String searchId)"
summary: "Set the search<wbr>Id property: The request id of the search."
parameters:
- description: "the searchId value to set."
name: "searchId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SearchMetadata withSearchId(String searchId)"
desc: "Set the searchId property: The request id of the search."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withSort(java.util.List<com.azure.resourcemanager.loganalytics.models.SearchSort>)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withSort(List<SearchSort> sort)"
name: "withSort(List<SearchSort> sort)"
nameWithType: "SearchMetadata.withSort(List<SearchSort> sort)"
summary: "Set the sort property: How the results are sorted."
parameters:
- description: "the sort value to set."
name: "sort"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchSort?alt=com.azure.resourcemanager.loganalytics.models.SearchSort&text=SearchSort\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SearchMetadata withSort(List<SearchSort> sort)"
desc: "Set the sort property: How the results are sorted."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withStartTime(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withStartTime(OffsetDateTime startTime)"
name: "withStartTime(OffsetDateTime startTime)"
nameWithType: "SearchMetadata.withStartTime(OffsetDateTime startTime)"
summary: "Set the start<wbr>Time property: The start time for the search."
parameters:
- description: "the startTime value to set."
name: "startTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public SearchMetadata withStartTime(OffsetDateTime startTime)"
desc: "Set the startTime property: The start time for the search."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withStatus(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withStatus(String status)"
name: "withStatus(String status)"
nameWithType: "SearchMetadata.withStatus(String status)"
summary: "Set the status property: The status of the search results."
parameters:
- description: "the status value to set."
name: "status"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SearchMetadata withStatus(String status)"
desc: "Set the status property: The status of the search results."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withSum(java.lang.Long)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withSum(Long sum)"
name: "withSum(Long sum)"
nameWithType: "SearchMetadata.withSum(Long sum)"
summary: "Set the sum property: The sum of all aggregates returned in the result set."
parameters:
- description: "the sum value to set."
name: "sum"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public SearchMetadata withSum(Long sum)"
desc: "Set the sum property: The sum of all aggregates returned in the result set."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withTop(java.lang.Long)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withTop(Long top)"
name: "withTop(Long top)"
nameWithType: "SearchMetadata.withTop(Long top)"
summary: "Set the top property: The number of top search results."
parameters:
- description: "the top value to set."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public SearchMetadata withTop(Long top)"
desc: "Set the top property: The number of top search results."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withTotal(java.lang.Long)"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchMetadata.withTotal(Long total)"
name: "withTotal(Long total)"
nameWithType: "SearchMetadata.withTotal(Long total)"
summary: "Set the total property: The total number of search results."
parameters:
- description: "the total value to set."
name: "total"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public SearchMetadata withTotal(Long total)"
desc: "Set the total property: The total number of search results."
returns:
description: "the SearchMetadata object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchMetadata?alt=com.azure.resourcemanager.loganalytics.models.SearchMetadata&text=SearchMetadata\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Metadata for search results."
metadata: {}
package: "com.azure.resourcemanager.loganalytics.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0