17.233. Class TaskSubmissionRequest
Namespace: ArmoniK.Core.Common.Storage
Assembly: ArmoniK.Core.Common.dll
public record TaskSubmissionRequest : IEquatable<TaskSubmissionRequest>
17.233.1. Inheritance
17.233.2. Implements
17.233.3. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
17.233.4. Constructors
17.233.4.1. TaskSubmissionRequest(string, TaskOptions?, ICollection<string>, ICollection<string>)
public TaskSubmissionRequest(string PayloadId, TaskOptions? Options, ICollection<string> ExpectedOutputKeys, ICollection<string> DataDependencies)
17.233.4.1.1. Parameters
PayloadId string
Options TaskOptions?
ExpectedOutputKeys ICollection<string>
DataDependencies ICollection<string>
17.233.5. Properties
17.233.5.1. DataDependencies
public ICollection<string> DataDependencies { get; init; }
17.233.5.1.1. Property Value
17.233.5.2. ExpectedOutputKeys
public ICollection<string> ExpectedOutputKeys { get; init; }
17.233.5.2.1. Property Value
17.233.5.3. Options
public TaskOptions? Options { get; init; }
17.233.5.3.1. Property Value
TaskOptions?
17.233.5.4. PayloadId
public string PayloadId { get; init; }