LogsQueryOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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 |
ServerTimeout |
Gets or sets the value indicating the service timeout for the query. Defaults to |
Applies to
Azure SDK for .NET