你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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