LogAnalyticsInputBase interface
Api input base class for LogAnalytics Api.
Properties
blob |
SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to. |
from |
From time of the query |
group |
Group query result by Client Application ID. |
group |
Group query result by Operation Name. |
group |
Group query result by Resource Name. |
group |
Group query result by Throttle Policy applied. |
group |
Group query result by User Agent. |
to |
To time of the query |
Property Details
blobContainerSasUri
SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.
blobContainerSasUri: string
Property Value
string
fromTime
From time of the query
fromTime: Date
Property Value
Date
groupByClientApplicationId
Group query result by Client Application ID.
groupByClientApplicationId?: boolean
Property Value
boolean
groupByOperationName
Group query result by Operation Name.
groupByOperationName?: boolean
Property Value
boolean
groupByResourceName
Group query result by Resource Name.
groupByResourceName?: boolean
Property Value
boolean
groupByThrottlePolicy
Group query result by Throttle Policy applied.
groupByThrottlePolicy?: boolean
Property Value
boolean
groupByUserAgent
Group query result by User Agent.
groupByUserAgent?: boolean
Property Value
boolean
toTime
To time of the query
toTime: Date
Property Value
Date