SearchSchemaValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Value object for schema results.
public class SearchSchemaValue
type SearchSchemaValue = class
Public Class SearchSchemaValue
- Inheritance
-
SearchSchemaValue
Constructors
SearchSchemaValue() |
Initializes a new instance of the SearchSchemaValue class. |
SearchSchemaValue(Boolean, Boolean, Boolean, String, String, String, IList<String>) |
Initializes a new instance of the SearchSchemaValue class. |
Properties
DisplayName |
Gets or sets the display name of the schema. |
Facet |
Gets or sets the boolean that indicates whether or not the field is a facet. |
Indexed |
Gets or sets the boolean that indicates the field is searchable as free text. |
Name |
Gets or sets the name of the schema. |
OwnerType |
Gets or sets the array of workflows containing the field. |
Stored |
Gets or sets the boolean that indicates whether or not the field is stored. |
Type |
Gets or sets the type. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET