gravitino.api.tag.tag.AssociatedObjects¶
- class gravitino.api.tag.tag.AssociatedObjects¶
Bases:
ABCThe interface of the associated objects of the tag.
- __init__()¶
Methods
- abstract count() int¶
Get the number of associated objects.
- Returns:
int: The number of associated objects.
- abstract objects() List[MetadataObject] | None¶
Get the associated objects.
- Returns:
Optional[List[MetadataObject]]: The list of objects that are associated with this tag..