Interface TextStructureFindStructure<T>

Type Parameters

  • T = RequestBody

Hierarchy

  • Generic
    • TextStructureFindStructure

Properties

body: T
charset?: string
column_names?: string | string[]
delimiter?: string
error_trace?: boolean
explain?: boolean
filter_path?: string | string[]
format?: "ndjson" | "xml" | "delimited" | "semi_structured_text"
grok_pattern?: string
has_header_row?: boolean
human?: boolean
line_merge_size_limit?: number
lines_to_sample?: number
method?: string
pretty?: boolean
quote?: string
should_trim_fields?: boolean
source?: string
timeout?: string
timestamp_field?: string
timestamp_format?: string

Generated using TypeDoc