Table of Contents

Class HttpEndpointSettings

Namespace
Monai.Deploy.InformaticsGateway.Configuration
Assembly
Monai.Deploy.InformaticsGateway.Configuration.dll
public class HttpEndpointSettings
Inheritance
HttpEndpointSettings

Properties

DefaultPageSize

[ConfigurationKeyName("defaultPageSize")]
public int DefaultPageSize { get; set; }

Property Value

int

MaxPageSize

[ConfigurationKeyName("maxPageSize")]
public int MaxPageSize { get; set; }

Property Value

int