Click or drag to resize

MediaFileStats Properties

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.

The MediaFileStats type exposes the following members.

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