Developer Docs
API Reference
Types
Schema Detection
Interfaces
Interface: SchemaBuilderState

web


web / lib/types/schema-detection / SchemaBuilderState

Interface: SchemaBuilderState

Properties

version

version: number


fieldStats

fieldStats: Record<string, FieldStatistics>


recordCount

recordCount: number


batchCount

batchCount: number


lastUpdated

lastUpdated: Date


dataSamples

dataSamples: any[]


maxSamples

maxSamples: number


detectedIdFields

detectedIdFields: string[]


detectedGeoFields

detectedGeoFields: object

latitude?

optional latitude: string

longitude?

optional longitude: string

confidence

confidence: number


typeConflicts

typeConflicts: object[]

path

path: string

types

types: Record<string, number>

samples

samples: object[]