Click or drag to resize

MediaFileStats Class

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.DTOs.DataMediaFileStats

Namespace: AnySenseService.Entities.API.PublicAPI.V1.DTOs.Data
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.29.6-dev
Syntax
C#
public class MediaFileStats

The MediaFileStats type exposes the following members.

Constructors
 NameDescription
Public methodMediaFileStatsInitializes a new instance of the MediaFileStats class
Top
Properties
 NameDescription
Public propertyFilename The original filename of the file
Public propertyImage_Height Holds the height, if the media is an image
Public propertyImage_HorizontalResolution Holds the horizontal resolution, if the media is an image
Public propertyImage_VerticalResolution Holds the vertical resolution, if the media is an image
Public propertyImage_Width Holds the width, if the media is an image
Public propertyLastModified Timestamp of when the file was last edited
Public propertyMediaId The id of the media
Public propertyMIMEType The MIME-type of the file
Public propertySize The size of the file in bytes
Top
See Also