Snowflake · JSON Structure

Cortex Search Service Cortex Search Service Structure

Type: object Properties: 14
Data LakesData SharingData WarehousingDatabaseSQL

CortexSearchService is a JSON Structure definition published by Snowflake, describing 14 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name search_column columns attribute_columns warehouse definition comment created_on database_name schema_name source_data_num_rows data_timestamp indexing_error serving_data_bytes

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CortexSearchService",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "search_column": {
      "type": "string"
    },
    "columns": {
      "type": "array"
    },
    "attribute_columns": {
      "type": "array"
    },
    "warehouse": {
      "type": "string"
    },
    "definition": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    },
    "database_name": {
      "type": "string"
    },
    "schema_name": {
      "type": "string"
    },
    "source_data_num_rows": {
      "type": "integer"
    },
    "data_timestamp": {
      "type": "string"
    },
    "indexing_error": {
      "type": "string"
    },
    "serving_data_bytes": {
      "type": "integer"
    }
  }
}