Show / Hide Table of Contents

    Class TermsPaging

    Inheritance
    Object
    TermsPaging
    Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
    Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
    Syntax
    public class TermsPaging

    Constructors

    TermsPaging()

    Declaration
    public TermsPaging ();

    TermsPaging(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

    Declaration
    public TermsPaging (Nullable<int> total = null, Nullable<int> limit = null, Nullable<int> offset = null, Nullable<int> returned = null);
    Parameters
    Nullable<Int32> total

    Nullable<Int32> limit

    Nullable<Int32> offset

    Nullable<Int32> returned

    Properties

    Limit

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Limit")]
    public Nullable<int> Limit { get; set; }
    Property Value
    Nullable<Int32>

    Offset

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Offset")]
    public Nullable<int> Offset { get; set; }
    Property Value
    Nullable<Int32>

    Returned

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Returned")]
    public Nullable<int> Returned { get; set; }
    Property Value
    Nullable<Int32>

    Total

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Total")]
    public Nullable<int> Total { get; set; }
    Property Value
    Nullable<Int32>

    Back to top Azure SDK for Net