Class Pagination
Encapsulates all data required for the pagination support in Alpaca Data API v2
Inheritance
System.Object
    Pagination
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public sealed class PaginationProperties
| Improve this Doc View SourceMaxPageSize
Gets the maximum valid page size for requests supported by Alpaca Data API v2.
Declaration
public static UInt32 MaxPageSize { get; }Property Value
| Type | Description | 
|---|---|
| UInt32 | 
Size
Gets and sets the request page size. If equals to null default size will be used.
Declaration
public UInt32? Size { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<UInt32> | 
Token
Gets and sets the page token for the request. Should be null for the first request.
Declaration
public String? Token { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<String> |