Skip to main content

TdxCloudStorageProvider.RecentDayCountLimit Property

Specifies the time limit (in days) during which the stored files are considered “recent”.

Declaration

property RecentDayCountLimit: Integer read; write; default DefaultRecentDayCountLimit;

Property Value

Type Default
Integer DefaultRecentDayCountLimit

Remarks

The RecentDayCountLimit and RecentFileCountLimit property values limit the number of files that the data provider can fetch into the “Recent” special folder accessible via the cloud storage component’s Files.SpecialFolders property.

Note

Only the Google Drive data provider has the capability to restrict the number of files in the “Recent” special folder according to the time elapsed since the last change and the maximum number of files in the folder.

The default RecentDayCountLimit property value is the DefaultRecentDayCountLimit writable typed constant value.

See Also