SimpleCosmosDBReaderLoaderConfig
SimpleCosmosDBReaderLoaderConfig =
object
Defined in: .build/typescript/packages/providers/storage/azure/src/readers/cosmosdb.ts:5
Properties
Section titled “Properties”databaseName
Section titled “databaseName”databaseName:
string
Defined in: .build/typescript/packages/providers/storage/azure/src/readers/cosmosdb.ts:9
The name of the database to read.
containerName
Section titled “containerName”containerName:
string
Defined in: .build/typescript/packages/providers/storage/azure/src/readers/cosmosdb.ts:13
The name of the container to read.
fields?
Section titled “fields?”
optionalfields:string[]
Defined in: .build/typescript/packages/providers/storage/azure/src/readers/cosmosdb.ts:17
An array of field names to retrieve from each document. Defaults to [“text”].
fieldSeparator?
Section titled “fieldSeparator?”
optionalfieldSeparator:string
Defined in: .build/typescript/packages/providers/storage/azure/src/readers/cosmosdb.ts:21
The separator to join multiple field values. Defaults to an empty string.
query?
Section titled “query?”
optionalquery:string|SqlQuerySpec
Defined in: .build/typescript/packages/providers/storage/azure/src/readers/cosmosdb.ts:25
A custom query to filter the documents. Defaults to SELECT * FROM c.
metadataFields?
Section titled “metadataFields?”
optionalmetadataFields:string[]
Defined in: .build/typescript/packages/providers/storage/azure/src/readers/cosmosdb.ts:29
An optional array of metadata field names. If specified extracts this information as metadata.