Class FeedPagination
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Types
- Assembly
- Sportradar.LiveData.Sdk.dll
Contains properties that are added to MatchHeader when ScoutFeedType.FULL_PAGINATED is received.
[Serializable]
public class FeedPagination
- Inheritance
-
FeedPagination
- Inherited Members
Properties
Page
Returns page number of current feed partial.
public int? Page { get; }
Property Value
- int?
TotalPages
Returns total amount of pages in splitted feed.
public int? TotalPages { get; }
Property Value
- int?
Uuid
Before splitting feed gets his own uuid . All partials after splitting will have same uuid .
public string? Uuid { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Remarks
Can be used for diagnostics purposes.