Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.09 KB

File metadata and controls

29 lines (23 loc) · 1.09 KB
title description author ms.reviewer ms.topic ms.date ms.author
File Status Check Options | Microsoft Docs
API reference for FileStatusCheckOptions.
mafrisci
deonhe
article
1/5/2023
mafrisci

File Status Check Options

File status check options are options to be used when calling FileStatusCheckAsync on a CDM object.

public class FileStatusCheckOptions

Constructors

Name Description
FileStatusCheckOptions() Initializes a new instance of the FileStatusCheckOptions class.

Properties

Name Type Description
IncludeDataPartitionSize bool A boolean value that specifies if the size of the data information should be included in the data partition object generated during FileStatusCheckAsync. This information can be found in the "is.partition.size" trait on the resulting data partition. The default value is false.
ThrowOnPartitionError bool A boolean value that specifies if an error should be thrown when there is an error fetching at least one partition from a partition pattern. The default value is false.