KustoScriptLevel Enum
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.
Differentiates between the type of script commands included - Database or Cluster. The default is Database.
public enum KustoScriptLevel
type KustoScriptLevel =
Public Enum KustoScriptLevel
- Inheritance
-
KustoScriptLevel
Fields
| Name | Value | Description |
|---|---|---|
| Database | 0 | Database. |
| Cluster | 1 | Cluster. |