Show / Hide Table of Contents

Class GetDocumentOptions

Options for GetDocumentAsync<T>(String, GetDocumentOptions, CancellationToken).

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>

Back to top Azure SDK for .NET