File Metadata
File metadata is an object that holds metadata information about a file fetched from a Storage Adapter such as file size.
public class CdmFileMetadata
Properties
Name | Type | Description |
---|---|---|
FileSizeBytes | long | Represents the file size of a given file in bytes. |
LastModifiedTime | datetimeoffset | Represents the last modified time of a given file. |