PolicyStatesQueryResults interface

Query results.

Properties

odataContext

OData context string; used by OData clients to resolve type information based on metadata.

odataCount

OData entity count; represents the number of policy state records returned.

odataNextLink

Odata next link; URL to get the next set of results.

value

Query results.

Property Details

odataContext

OData context string; used by OData clients to resolve type information based on metadata.

odataContext?: string

Property Value

string

odataCount

OData entity count; represents the number of policy state records returned.

odataCount?: number

Property Value

number

Odata next link; URL to get the next set of results.

odataNextLink?: string

Property Value

string

value

Query results.

value?: PolicyState[]

Property Value