CosmosGrainStorageOptions.StateFieldsToIndex Property
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.
List of JSON path strings. Each entry on this list represents a property in the State Object that will be included in the document index. The default is to not add any property in the State object.
public System.Collections.Generic.List<string> StateFieldsToIndex { get; set; }
member this.StateFieldsToIndex : System.Collections.Generic.List<string> with get, set
Public Property StateFieldsToIndex As List(Of String)