Publishing clusters creates versioned datasets that Tamr keeps in storage according to a garbage collection policy. The default garbage collection is to never delete old datasets. This configuration is defined by an object that can be created, read, updated, or deleted.
Field | Description | Type |
---|---|---|
versionsTimeToLive | The amount of time Tamr will keep published datasets. The most recent dataset will never be garbage collected, even if it is older than the policy stated. Defined in terms of ISO 8601 Duration in the format of PnDTnHnMn.nS . Accepts values for days, hours, minutes, and seconds. | String |
{
"versionsTimeToLive": "P4D"
}