Table of Contents

Class ApplicationLimits

Namespace
Steeltoe.Configuration.CloudFoundry
Assembly
Steeltoe.Configuration.CloudFoundry.dll
public sealed class ApplicationLimits
Inheritance
ApplicationLimits
Inherited Members

Properties

Disk

public int Disk { get; set; }

Property Value

int

FileDescriptor

[ConfigurationKeyName("fds")]
public int FileDescriptor { get; set; }

Property Value

int

Memory

[ConfigurationKeyName("mem")]
public int Memory { get; set; }

Property Value

int