Homepage

Table

Last edit: Mar 14, 2023

Table definition (old ModelSchema)

type Table implements AdminPropertiesInterface, AdminSharedAttributesInterface {
  created_at: JSONDate!
  fields: [Property!]!
  id: ID!
  metadata: HashObject
  name: String!
  parameterized_name: String!
  physical_file_path: String
  properties: [Property!]!
  records_count_rc: Int!
  updated_at: JSONDate!
}

Fields

created_at (JSONDate)

fields (Property)

Deprecated, use properties instead.

id (ID)

metadata (HashObject)

name (String)

parameterized_name (String)

physical_file_path (String)

defines the physical path of the file

properties (Property)

List of properties attributes to be included in the results

records_count_rc (Int)

updated_at (JSONDate)

Interfaces

AdminPropertiesInterface

AdminSharedAttributesInterface

Contribute to this page

Github Icon

Questions?

We are always happy to help with any questions you may have.

contact us