MetadataWriteBatchRequest

class tracdap.api.MetadataWriteBatchRequest

Request to create or update a batch of objects in the TRAC metadata store.

See also

TracMetadataApi

createObjects: List[MetadataWriteRequest]

Requests to be processed using createObject()

createPreallocatedObjects: List[MetadataWriteRequest]

Requests to be processed using createPreallocatedObject()

This request type is only available in the internal metadata API.

preallocateIds: List[MetadataWriteRequest]

Requests to be processed using preallocateId()

This request type is only available in the internal metadata API.

tenant: str

Tenant code for the requested operation, always required.

updateObjects: List[MetadataWriteRequest]

Requests to be processed using updateObject()

updateTags: List[MetadataWriteRequest]

Requests to be processed using updateTag()