PolicyEventsQueryResults interface
Query results.
Properties
odata |
OData context string; used by OData clients to resolve type information based on metadata. |
odata |
OData entity count; represents the number of policy event records returned. |
odata |
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 event records returned.
odataCount?: number
Property Value
number
odataNextLink
Odata next link; URL to get the next set of results.
odataNextLink?: string
Property Value
string
value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript