Class Limits
Inheritance
System.Object
Limits
Assembly: Steeltoe.Extensions.Configuration.CloudFoundryBase.dll
Syntax
public class Limits : object
Properties
|
Edit this page
View Source
Disk
Declaration
public int Disk { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Fds
Declaration
public int Fds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Mem
Declaration
public int Mem { get; set; }
Property Value
Type |
Description |
System.Int32 |
|