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;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 5
0
 public DefaultSearchFieldStatus WithStatus(OptionStatus status)
 {
     this.status = status;
     return(this);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }