version property
getter/setter pair
A version number for a catalog. When accessing a catalog, this version must be specified.
Set null to automatically get the latest version for a catalog.
The field defaults to null.
Since the data inside a catalog can be updated, each published modification needs to correlate
to a specific version number.
Note: when CatalogIdentifier created with DesiredCatalog then:
- numerical
-1corresponds to CatalogVersionHint.latestWithIgnoringCachedData withignoreCachedDataset totrue; nullcorresponds to CatalogVersionHint.latestWithIgnoringCachedData withignoreCachedDataset tofalse;- other numerical values correspond to
versionpassed to CatalogVersionHint.specific.
Implementation
int? version;