PointSpecification

pydantic model PointSpecification[source]

Specifies relevant values describing an xyz points object.

Fields:
field attributes: Optional[List[str]] = None

List of columns present in a table.

field size: int [Required]

Size of data object.

Constraints:
  • ge = 0