The status of an option, including when it was last updated and whether it is actively in use for searches.

コード例 #1
0
 /// <summary>
 /// Sets the Status property
 /// </summary>
 /// <param name="status">The value to set for the Status property </param>
 /// <returns>this instance</returns>
 public StopwordOptionsStatus WithStatus(OptionStatus status)
 {
     this.status = status;
     return this;
 }
コード例 #2
0
 public SynonymOptionsStatus WithStatus(OptionStatus status)
 {
     this.status = status;
     return this;
 }
コード例 #3
0
 /// <summary>
 /// Sets the Status property
 /// </summary>
 /// <param name="status">The value to set for the Status property </param>
 /// <returns>this instance</returns>
 public IndexFieldStatus WithStatus(OptionStatus status)
 {
     this.status = status;
     return this;
 }
コード例 #4
0
 /// <summary>
 /// Sets the Status property
 /// </summary>
 /// <param name="status">The value to set for the Status property </param>
 /// <returns>this instance</returns>
 public RankExpressionStatus WithStatus(OptionStatus status)
 {
     this.status = status;
     return this;
 }
コード例 #5
0
 public DefaultSearchFieldStatus WithStatus(OptionStatus status)
 {
     this.status = status;
     return(this);
 }
コード例 #6
0
 /// <summary>
 /// Sets the Status property
 /// </summary>
 /// <param name="status">The value to set for the Status property </param>
 /// <returns>this instance</returns>
 public SynonymOptionsStatus WithStatus(OptionStatus status)
 {
     this.status = status;
     return(this);
 }
コード例 #7
0
 /// <summary>
 /// Sets the Status property
 /// </summary>
 /// <param name="status">The value to set for the Status property </param>
 /// <returns>this instance</returns>
 public IndexFieldStatus WithStatus(OptionStatus status)
 {
     this.status = status;
     return(this);
 }
コード例 #8
0
 public StemmingOptionsStatus WithStatus(OptionStatus status)
 {
     this.status = status;
     return(this);
 }
コード例 #9
0
 /// <summary>
 /// Sets the Status property
 /// </summary>
 /// <param name="status">The value to set for the Status property </param>
 /// <returns>this instance</returns>
 public StemmingOptionsStatus WithStatus(OptionStatus status)
 {
     this.status = status;
     return this;
 }
コード例 #10
0
 /// <summary>
 /// Sets the Status property
 /// </summary>
 /// <param name="status">The value to set for the Status property </param>
 /// <returns>this instance</returns>
 public AccessPoliciesStatus WithStatus(OptionStatus status)
 {
     this.status = status;
     return this;
 }
コード例 #11
0
 public AccessPoliciesStatus WithStatus(OptionStatus status)
 {
     this.status = status;
     return(this);
 }
コード例 #12
0
 /// <summary>
 /// Sets the Status property
 /// </summary>
 /// <param name="status">The value to set for the Status property </param>
 /// <returns>this instance</returns>
 public DefaultSearchFieldStatus WithStatus(OptionStatus status)
 {
     this.status = status;
     return this;
 }
コード例 #13
0
 public StopwordOptionsStatus WithStatus(OptionStatus status)
 {
     this.status = status;
     return(this);
 }
コード例 #14
0
 /// <summary>
 /// Sets the Status property
 /// </summary>
 /// <param name="status">The value to set for the Status property </param>
 /// <returns>this instance</returns>
 public RankExpressionStatus WithStatus(OptionStatus status)
 {
     this.status = status;
     return(this);
 }