21.235. Class TaskSubmissionRequest
Namespace: ArmoniK.Core.Common.Storage
Assembly: ArmoniK.Core.Common.dll
public record TaskSubmissionRequest : IEquatable<TaskSubmissionRequest>
21.235.1. Inheritance
21.235.2. Implements
21.235.3. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
21.235.4. Constructors
21.235.4.1. TaskSubmissionRequest(string, TaskOptions?, ICollection<string>, ICollection<string>)
public TaskSubmissionRequest(string PayloadId, TaskOptions? Options, ICollection<string> ExpectedOutputKeys, ICollection<string> DataDependencies)
21.235.4.1.1. Parameters
PayloadId string
Options TaskOptions?
ExpectedOutputKeys ICollection<string>
DataDependencies ICollection<string>
21.235.5. Properties
21.235.5.1. DataDependencies
public ICollection<string> DataDependencies { get; init; }
21.235.5.1.1. Property Value
21.235.5.2. ExpectedOutputKeys
public ICollection<string> ExpectedOutputKeys { get; init; }
21.235.5.2.1. Property Value
21.235.5.3. Options
public TaskOptions? Options { get; init; }
21.235.5.3.1. Property Value
TaskOptions?
21.235.5.4. PayloadId
public string PayloadId { get; init; }