Class PerformanceConstants.Buffers
Buffer and capacity constants
Inherited Members
Namespace: Serenity.Shared.Constants
Assembly: Serenity.Shared.dll
Syntax
public static class PerformanceConstants.Buffers
Fields
ARRAY_INITIAL_SIZE
Declaration
public const int ARRAY_INITIAL_SIZE = 10
Field Value
| Type | Description |
|---|---|
| int |
DEFAULT_LIST_CAPACITY
Declaration
public const int DEFAULT_LIST_CAPACITY = 64
Field Value
| Type | Description |
|---|---|
| int |
MAX_SIMPLE_KEY_LENGTH
Declaration
public const int MAX_SIMPLE_KEY_LENGTH = 1024
Field Value
| Type | Description |
|---|---|
| int |
YAML_BUFFER_SIZE
Declaration
public const int YAML_BUFFER_SIZE = 1024
Field Value
| Type | Description |
|---|---|
| int |