Document Storage Info 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)
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
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |