Search Results for

    Show / Hide Table of Contents

    Class GeneralAPISettings

    GeneralAPISettings contains global api settings exposed by it

    Inheritance
    System.Object
    GeneralAPISettings
    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: Dangl.GiteaOrgManager.Client
    Assembly: Dangl.GiteaOrgManager.dll
    Syntax
    public class GeneralAPISettings

    Properties

    | Improve this Doc View Source

    Default_git_trees_per_page

    Declaration
    public long? Default_git_trees_per_page { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Default_max_blob_size

    Declaration
    public long? Default_max_blob_size { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Default_paging_num

    Declaration
    public long? Default_paging_num { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Max_response_items

    Declaration
    public long? Max_response_items { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH