Class: Kaltura::Constants::FileSync::OrderBy
- Inherits:
-
Object
- Object
- Kaltura::Constants::FileSync::OrderBy
- Defined in:
- lib/kaltura/constants/file_sync.rb
Overview
The constants module will soon be depreciated into an Enumeration module to be more in line with the C# API client’s namespacing.
Constant Summary collapse
- CREATED_AT_ASC =
order by created_at ascending.
"+createdAt"
- CREATED_AT_DESC =
order by created_at descending.
"-createdAt"
- UPDATED_AT_ASC =
order by updated_at ascending.
"+updatedAt"
- UPDATED_AT_DESC =
order by updated_at descending.
"-updatedAt"
- READY_AT_ASC =
order by ready_at ascending.
"+readyAt"
- READY_AT_DESC =
order by ready_at descending.
"-readyAt"
- SYNC_TIME_ASC =
order by sync time ascending.
"+syncTime"
- SYNC_TIME_DESC =
order by sync time descending.
"-syncTime"
- FILE_SIZE_ASC =
order by file size ascending.
"+fileSize"
- FILE_SIZE_DESC =
order by file size descending.
"-fileSize"