 | IngestOptionsIdGenerator Method |
Overrides the default Guid based key generator.
Namespace:
Couchbase.Analytics
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic IngestOptions IdGenerator(
Func<Object, string> idGenerator
)
Parameters
- idGenerator
- Type: SystemFuncObject, String
A Func{string} that generates a valid Couchbase server key.
Return Value
Type:
IngestOptions[Missing <returns> documentation for "M:Couchbase.Analytics.IngestOptions.IdGenerator(System.Func{System.Object,System.String})"]
See Also