Class HttpEndpointSettings
Namespace: Monai.Deploy.InformaticsGateway.Configuration
Assembly: Monai.Deploy.InformaticsGateway.Configuration.dll
Syntax
public class HttpEndpointSettings
Properties
| Improve this Doc View SourceDefaultPageSize
Declaration
[ConfigurationKeyName("defaultPageSize")]
public int DefaultPageSize { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
MaxPageSize
Declaration
[ConfigurationKeyName("maxPageSize")]
public int MaxPageSize { get; set; }
Property Value
Type | Description |
---|---|
Int32 |