Skip to content

YMLConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Elasticsearch;
new YMLConfigProperty {
    object AuditLog = null,
    object CreateIndex = null,
    object DestructiveRequiresName = null,
    object OtherConfigs = null,
    object Watcher = null
};

Properties

Name Type Description
AuditLog object No description.
CreateIndex object No description.
DestructiveRequiresName object No description.
OtherConfigs object No description.
Watcher object No description.

AuditLogOptional

public object AuditLog { get; set; }
  • Type: object

CreateIndexOptional

public object CreateIndex { get; set; }
  • Type: object

DestructiveRequiresNameOptional

public object DestructiveRequiresName { get; set; }
  • Type: object

OtherConfigsOptional

public object OtherConfigs { get; set; }
  • Type: object

WatcherOptional

public object Watcher { get; set; }
  • Type: object