Options for literal field. Present if IndexFieldType specifies the field is of type literal . All options are enabled by default.

コード例 #1
0
 /// <summary>
 /// Sets the LiteralOptions property
 /// </summary>
 /// <param name="literalOptions">The value to set for the LiteralOptions property </param>
 /// <returns>this instance</returns>
 public IndexField WithLiteralOptions(LiteralOptions literalOptions)
 {
     this.literalOptions = literalOptions;
     return(this);
 }
コード例 #2
0
ファイル: IndexField.cs プロジェクト: rguarino4/aws-sdk-net
 public IndexField WithLiteralOptions(LiteralOptions literalOptions)
 {
     this.literalOptions = literalOptions;
     return this;
 }