Class ThreadDumpEndpointOptions
- Namespace
- Steeltoe.Management.Endpoint.Actuators.ThreadDump
- Assembly
- Steeltoe.Management.Endpoint.dll
public sealed class ThreadDumpEndpointOptions : EndpointOptions
- Inheritance
-
ThreadDumpEndpointOptions
- Inherited Members
Properties
Duration
Gets or sets the time (in milliseconds) to trace for, before automatically stopping the trace. Default value: 10.
public int Duration { get; set; }
Property Value
RequiredPermissions
Gets or sets the permissions required to access this endpoint, when running on Cloud Foundry. Default value: Full.
public override EndpointPermissions RequiredPermissions { get; set; }