Class RootSchemaTypeProperties

Direct Known Subclasses:
APISchemaTypeProperties, DatabaseSchemaTypeProperties, EventTypeProperties, TabularSchemaTypeProperties

public class RootSchemaTypeProperties extends ComplexSchemaTypeProperties
ComplexSchemaTypeProperties describes a schema with multiple attributes. Notice it does not contain the attributes. This is because a complex schema type may have literally thousands of attributes and so the attribute contents are retrieved separated through calls that support paging.
  • Constructor Details

    • RootSchemaTypeProperties

      public RootSchemaTypeProperties()
      Default constructor used by subclasses
    • RootSchemaTypeProperties

      public RootSchemaTypeProperties(RootSchemaTypeProperties template)
      Copy/clone Constructor.
      Parameters:
      template - template object to copy.
  • Method Details