26.219. Class ResultCreationRequest

Namespace: ArmoniK.Core.Common.Storage
Assembly: ArmoniK.Core.Common.dll

public record ResultCreationRequest : IEquatable<ResultCreationRequest>

26.219.1. Inheritance

objectResultCreationRequest

26.219.2. Implements

IEquatable<ResultCreationRequest>

26.219.3. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

26.219.4. Constructors

26.219.4.1. ResultCreationRequest(string, string)

public ResultCreationRequest(string SessionId, string Name)

26.219.4.1.1. Parameters

SessionId string

Id of the session that produces and consumes this data

Name string

Name to reference and access this result

26.219.5. Properties

26.219.5.1. Name

Name to reference and access this result

public string Name { get; init; }

26.219.5.1.1. Property Value

string

26.219.5.2. SessionId

Id of the session that produces and consumes this data

public string SessionId { get; init; }

26.219.5.2.1. Property Value

string