Skip to content

KeyIndicesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sls;
new KeyIndicesProperty {
    object Name,
    object Type,
    object Alias = null,
    object CaseSensitive = null,
    object Delimiter = null,
    object EnableAnalytics = null,
    object IncludeChinese = null,
    object JsonKeyIndices = null
};

Properties

Name Type Description
Name object No description.
Type object No description.
Alias object No description.
CaseSensitive object No description.
Delimiter object No description.
EnableAnalytics object No description.
IncludeChinese object No description.
JsonKeyIndices object No description.

NameRequired

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

TypeRequired

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

AliasOptional

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

CaseSensitiveOptional

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

DelimiterOptional

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

EnableAnalyticsOptional

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

IncludeChineseOptional

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

JsonKeyIndicesOptional

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