DocumentStorageInfo Class

File or storage blob system document (file) metadata information.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform.IO
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public class DocumentStorageInfo
Inheritance
Object    DocumentStorageInfo

Constructors

DocumentStorageInfo Constructor.

Properties

CreationTimeUtc Document creation date (UTC) metadata.
Extension Document file extension metadata.
LastAccessTimeUtc Document last access date (UTC) metadata.
LastWriteTimeUtc Document last write (modified) date (UTC) metadata.
Length Document length in bytes metadata.
Metadata Associated other metadata.
Name Document name metadata.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also