Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
FetchObjectAsyncwithPartitionFileStatusCheckType.Full. This is the default behavior. - Incremental: SDK only updates the incremental partition objects and incremental partition pattern objects when calling
FetchObjectAsyncwithPartitionFileStatusCheckType.Incremental. - FullAndIncremental: SDK updates both non-incremental and incremental partition objects, as well as non-incremental and incremental partition pattern objects when calling
FetchObjectAsyncwithPartitionFileStatusCheckType.FullAndIncremental. - None: SDK only refreshes the last update time of the entity definition document.