Share via


LogsQueryOptions Class

Definition

public class LogsQueryOptions
type LogsQueryOptions = class
Public Class LogsQueryOptions
Inheritance
LogsQueryOptions

Constructors

LogsQueryOptions()

Properties

AdditionalWorkspaces

Gets a list of additional workspaces names to include in the query.

Although this collection cannot be set, it can be modified. See Object initializers with collection read-only property initialization.

AllowPartialErrors

Gets or sets the value indicating whether to throw when a partial error is returned with the logs response.

IncludeStatistics

Gets or sets the value indicating whether to include query execution statistics as part of the response. Statistics can be retrieved via the GetStatistics() method. Defaults to false.

IncludeVisualization

Gets or sets the value indicating whether to include query visualization as part of the response. Visualization can be retrieved via the GetVisualization() method. Defaults to false.

ServerTimeout

Gets or sets the value indicating the service timeout for the query. Defaults to null.

Applies to