ViewConnection
is a
datatype that represents the connection between a view and an
underlying repository.
Table: ViewConnection
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Oct 7, 2024 | |||||
filter | string | yes | Long-Term | The filter applied to all results from the repository. | |
languageVersion | LanguageVersion | yes | Long-Term | The language version used by LogScale. See LanguageVersion . | |
repository | Repository | yes | Long-Term | The underlying repository. See Repository . |