LogAnalyticsInputBase interface

Api input base class for LogAnalytics Api.

Properties

blobContainerSasUri

SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.

fromTime

From time of the query

groupByClientApplicationId

Group query result by Client Application ID.

groupByOperationName

Group query result by Operation Name.

groupByResourceName

Group query result by Resource Name.

groupByThrottlePolicy

Group query result by Throttle Policy applied.

groupByUserAgent

Group query result by User Agent.

toTime

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