Name | Type | Description | Notes |
---|---|---|---|
CollectionDefault | bool | Output only. Indicates if the pipeline is the collection default pipeline. | [optional] [readonly] |
CreateTime | DateTime | Output only. Time the pipeline was created. | [optional] [readonly] |
DefaultVersion | bool | Output only. Indicates if the pipeline is the default version. | [optional] [readonly] |
Description | string | Description of the pipeline. | [optional] |
Name | string | The pipeline's name. Must start with an alphanumeric character followed by one or more alphanumeric, ``, `-` or `.` characters. Strictly speaking, it must match the regular expression: `^[a-zA-Z0-9][a-zA-Z0-9\-\.]+$`. | |
PostSteps | List<PipelineStep> | The post-steps that are run after an indexing operation or query request has been sent to the search index. For indexing operations, the post-steps only run when creating new records. They do not run when updating records. For querying, the post-steps have access to the result-set. This makes it possible to act on the results before sending them back to the caller. | [optional] |
PreSteps | List<PipelineStep> | The pre-steps that are run before an indexing operation or query request is sent to the search index. | [optional] |
Type | PipelineType | ||
_Version | string | The pipeline's version. Must start with an alphanumeric character followed by one or more alphanumeric, ``, `-` or `.` characters. Strictly speaking, it must match the regular expression: `^[a-zA-Z0-9][a-zA-Z0-9\-\.]+$`. |