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