collection
Collection
|
Collection Name
type: string
|
commit_on_finish
Commit on Finish?
|
Issue a commit command when job is finished. Default is true.
type: boolean
default value: 'true '
|
max_bytes
Max Bytes
|
The maximum size of a document to crawl in bytes.
type: integer
default value: '10485760 '
|
max_connections
Maximum number of connections
|
Maximum number of connections at the same time
type: integer
default value: '5000 '
|
max_threads
Maximum number of threads
|
Maximum number of threads
type: integer
default value: '5 '
|
service_type
Azure service type
required
|
Azure service type
type: string
enum: {
Azure Table
Azure Blob
}
|
storage_account
Storage Account
required
|
The Azure storage account name.
type: string
minLength: 1
|
storage_container
Storage Container
|
The name of the Azure container.
type: string
minLength: 1
|
table_filter_statement
Table Filter Statement
|
A filter to apply to the crawl.
type: string
|
tables
Tables
|
The Azure tables to index.
type: string
minLength: 1
|
token_secret
Token Secret
required
|
The Azure storage account token for authentication.
type: string
minLength: 1
|