Class GetDocumentOptions
Inheritance
System.Object
GetDocumentOptions
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Search.Documents.dll
Syntax
public class GetDocumentOptions
Constructors
GetDocumentOptions()
Declaration
public GetDocumentOptions ();
Properties
SelectedFields
A list of field names to retrieve. Only fields marked as retrievable can be included in this clause. Any field not retrieved will be missing from the returned document. If empty, all fields marked as retrievable in the schema are returned.
Declaration
public System.Collections.Generic.IList<string> SelectedFields { get; }
Property Value
|
System.Collections.Generic.IList<System.String>
|