Table of Contents

Class HeapDumpEndpointOptions

Namespace
Steeltoe.Management.Endpoint.Actuators.HeapDump
Assembly
Steeltoe.Management.Endpoint.dll
public sealed class HeapDumpEndpointOptions : EndpointOptions
Inheritance
HeapDumpEndpointOptions
Inherited Members

Properties

GCDumpTimeoutInSeconds

Gets or sets the time (in seconds) after which to give up on collecting a gcdump. Default value: 30.

public int GCDumpTimeoutInSeconds { get; set; }

Property Value

int

HeapDumpType

Gets or sets the type of dump to create. Default value: Full (on macOS: GCDump).

public HeapDumpType? HeapDumpType { get; set; }

Property Value

HeapDumpType?