FeedOptions.EnableScanInQuery Property

Definition

Gets or sets the option to enable scans on the queries which couldn't be served as indexing was opted out on the requested paths in the Azure DocumentDB database service.

public Nullable<bool> EnableScanInQuery { get; set; }
Property Value

Option is true if scan on queries is enabled; otherwise, false.