Enum ResultRawEnumField

Namespace: ArmoniK.Api.gRPC.V1.Results
Assembly: ArmoniK.Api.Common.dll

Represents every available field in a result.

public enum ResultRawEnumField

Fields

CompletedAt = 6

  • The result completion date.

CreatedAt = 5

  • The result creation date.

CreatedBy = 9

  • The size of the result.

ManualDeletion = 11

  • If the user is responsible for the deletion of the data in the underlying object storage.

Name = 2

  • The result name.

OpaqueId = 10

  • The ID of the data in the underlying object storage.

OwnerTaskId = 3

  • The owner task ID.

ResultId = 7

  • The result ID.

SessionId = 1

  • The session ID.

Size = 8

  • The size of the result.

Status = 4

  • The result status.

Unspecified = 0

  • The default value.