FacetRequest Class

  • java.lang.Object
    • com.microsoft.azure.management.resourcegraph.v2019_04_01.FacetRequest

public class FacetRequest

A request to compute additional statistics (facets) over the query results.

Constructor Summary

Constructor Description
FacetRequest()

Method Summary

Modifier and Type Method and Description
java.lang.String expression()

Get the column or list of columns to summarize by.

FacetRequestOptions options()

Get the options for facet evaluation.

FacetRequest withExpression(String expression)

Set the column or list of columns to summarize by.

FacetRequest withOptions(FacetRequestOptions options)

Set the options for facet evaluation.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

FacetRequest

public FacetRequest()

Method Details

expression

public String expression()

Get the column or list of columns to summarize by.

Returns:

the expression value

options

public FacetRequestOptions options()

Get the options for facet evaluation.

Returns:

the options value

withExpression

public FacetRequest withExpression(String expression)

Set the column or list of columns to summarize by.

Parameters:

expression - the expression value to set

Returns:

the FacetRequest object itself.

withOptions

public FacetRequest withOptions(FacetRequestOptions options)

Set the options for facet evaluation.

Parameters:

options - the options value to set

Returns:

the FacetRequest object itself.

Applies to