Paged result containing requested ImageFile and other metadata.
Inheritance Hierarchy
Relativity.Productions.Services.Interfaces.DTOsPagedImageFilesResult
Namespace: Relativity.Productions.Services.Interfaces.DTOs
Assembly: Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.1.0.1 9c084404c128f715df772c7792aa49f21535523c
Syntax
The PagedImageFilesResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PagedImageFilesResult |
CTOR.
|
Properties
Name | Description | |
---|---|---|
![]() | Errors |
All errors associated with the current page.
|
![]() | ImageFiles |
Results of image file data. ImageFile |
![]() | NextPage |
Start index of next page. Null if there is no next page.
|
![]() | NextUri |
Uri of next page. Null if there is no next page.
|
![]() | PreviousPage |
Start Index of prevous page. Null if there is no previous page.
|
![]() | PreviousUri |
Uri of previous page. Null if there is no previous page.
|
![]() | ResultCount |
Total number of results returned in the current page.
|
![]() | RunIdentifier |
Unique run identifier.
|
![]() | StartIndex |
Current start index of results.
|
![]() | TotalResultSet |
Total number of results for this response.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also