OptionalautoIndex?: BaseCollectionConfig<T, TKey, TSchema>["autoIndex"]OptionaldefaultIndexType?: BaseCollectionConfig<T, TKey, TSchema>["defaultIndexType"]OptionalgcTime?: BaseCollectionConfig<T, TKey, TSchema>["gcTime"]Optionalid?: stringOptionalignoreOwnUpdates?: booleanOptionalmaxSyncRows?: number | falseOptionaloffline?: boolean | IndexedDBOfflineOptionsOptionalread?: false | Omit<ReadQuery, "collection">Optionalschema?: TSchemaOptionalstartSync?: BaseCollectionConfig<T, TKey, TSchema>["startSync"]OptionalsyncMode?: BaseCollectionConfig<T, TKey, TSchema>["syncMode"]
Hydrate this eager collection from IndexedDB before connecting to the server.