AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The ulimit settings to pass to the container. For more information, see Ulimit.

This object isn't applicable to jobs that are running on Fargate resources.

Inheritance Hierarchy

System.Object
  Amazon.Batch.Model.Ulimit

Namespace: Amazon.Batch.Model
Assembly: AWSSDK.Batch.dll
Version: 3.x.y.z

Syntax

C#
public class Ulimit

The Ulimit type exposes the following members

Constructors

NameDescription
Public Method Ulimit()

Properties

NameTypeDescription
Public Property HardLimit System.Int32

Gets and sets the property HardLimit.

The hard limit for the ulimit type.

Public Property Name System.String

Gets and sets the property Name.

The type of the ulimit. Valid values are: core | cpu | data | fsize | locks | memlock | msgqueue | nice | nofile | nproc | rss | rtprio | rttime | sigpending | stack.

Public Property SoftLimit System.Int32

Gets and sets the property SoftLimit.

The soft limit for the ulimit type.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5