4 references to IfNullOrEmpty
Microsoft.Extensions.DataIngestion (4)
IngestionPipeline.cs (1)
84
Throw.
IfNullOrEmpty
(searchPattern);
IngestionPipelineOptions.cs (1)
23
set => field = Throw.
IfNullOrEmpty
(value);
IngestionResult.cs (1)
36
DocumentId = Throw.
IfNullOrEmpty
(documentId);
Writers\VectorStoreWriterOptions.cs (1)
19
set => field = Throw.
IfNullOrEmpty
(value);