Class GetNodeStackTracesCommandResponse
Response for Gets stack traces associated with a Node. As of now, only provides stack trace for Node creation.
public sealed class GetNodeStackTracesCommandResponse : ICommandResponse<GetNodeStackTracesCommandSettings>, ICommandResponse
- Inheritance
-
GetNodeStackTracesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Creation
Creation stack trace, if available.
[JsonPropertyName("creation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace? Creation { get; set; }