Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An enum class containing the incremental partition types in CDM.
Note
PartitionFileStatusCheckType is available in SDK version >= 1.6.0.
public enum PartitionFileStatusCheckType
{
Full,
Incremental,
FullAndIncremental,
None
}
- Full: SDK only updates the non-incremental partition objects and non-incremental partition pattern objects when calling
FetchObjectAsync
withPartitionFileStatusCheckType.Full
. This is the default behavior. - Incremental: SDK only updates the incremental partition objects and incremental partition pattern objects when calling
FetchObjectAsync
withPartitionFileStatusCheckType.Incremental
. - FullAndIncremental: SDK updates both non-incremental and incremental partition objects, as well as non-incremental and incremental partition pattern objects when calling
FetchObjectAsync
withPartitionFileStatusCheckType.FullAndIncremental
. - None: SDK only refreshes the last update time of the entity definition document.