Class DocumentSource
Defines a document that can be used to generate a match query.
public class DocumentSource
- Inheritance
-
DocumentSource
- Inherited Members
Properties
Id
Id of the document in the index to generate the query from.
public string Id { get; set; }
Property Value
Type
Specify what type of document is being passed to the match engine.
public DocumentType Type { get; set; }