共用方式為


OperationalInsightsTableSubType Enum

Definition

The subtype describes what APIs can be used to interact with the table, and what features are available against it.

public enum OperationalInsightsTableSubType
type OperationalInsightsTableSubType = 
Public Enum OperationalInsightsTableSubType
Inheritance
OperationalInsightsTableSubType

Fields

Name Value Description
Any 0

The default subtype with which built-in tables are created.

Classic 1

Indicates a table created through the Data Collector API or with the custom logs feature of the MMA agent, or any table against which Custom Fields were created.

DataCollectionRuleBased 2

A table eligible to have data sent into it via any of the means supported by Data Collection Rules: the Data Collection Endpoint API, ingestion-time transformations, or any other mechanism provided by Data Collection Rules.

Applies to