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

 /// <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;
 }
 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;
 }
 /// <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);
 }
 /// <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;
 }
 /// <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);
 }
 /// <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;
 }
 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);
 }