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.

Limits that are related to concurrency and storage. All file and storage sizes are in bytes.

Inheritance Hierarchy

System.Object
  Amazon.Lambda.Model.AccountLimit

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

Syntax

C#
public class AccountLimit

The AccountLimit type exposes the following members

Constructors

NameDescription
Public Method AccountLimit()

Properties

NameTypeDescription
Public Property CodeSizeUnzipped System.Int64

Gets and sets the property CodeSizeUnzipped.

The maximum size of a function's deployment package and layers when they're extracted.

Public Property CodeSizeZipped System.Int64

Gets and sets the property CodeSizeZipped.

The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.

Public Property ConcurrentExecutions System.Int32

Gets and sets the property ConcurrentExecutions.

The maximum number of simultaneous function executions.

Public Property TotalCodeSize System.Int64

Gets and sets the property TotalCodeSize.

The amount of storage space that you can use for all deployment packages and layer archives.

Public Property UnreservedConcurrentExecutions System.Int32

Gets and sets the property UnreservedConcurrentExecutions.

The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with PutFunctionConcurrency.

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