Property IncludedStoredFields
IncludedStoredFields
The fields that must be stored in the index. Use WithIncludedStoredFields(params FieldDefinition<TDocument>[]) or WithIncludedStoredFields(params FieldDefinition<TDocument>[]) to configure this.
public IReadOnlyList<FieldDefinition<TDocument>> IncludedStoredFields { get; protected init; }
Property Value
- IReadOnlyList<FieldDefinition<TDocument>>