본문으로 건너뛰기

OrphanEntry

Orphan-table entry containing its schema and table names and first detection time.

schema_nameSchema Name (string)필수
table_nameTable Name (string)필수
first_seenFirst Seen (integer)필수
OrphanEntry
{
"schema_name": "string",
"table_name": "string",
"first_seen": 0
}