Class PushNodesByBackendIdsToFrontendCommandResponse
Response for Requests that a batch of nodes is sent to the caller given their backend node ids.
public sealed class PushNodesByBackendIdsToFrontendCommandResponse : ICommandResponse<PushNodesByBackendIdsToFrontendCommandSettings>, ICommandResponse
- Inheritance
-
PushNodesByBackendIdsToFrontendCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
NodeIds
The array of ids of pushed nodes that correspond to the backend ids specified in backendNodeIds.
[JsonPropertyName("nodeIds")]
public long[] NodeIds { get; set; }
Property Value
- long[]