Class TransformationResultResponse
Inheritance
System.Object
TransformationResultResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Cloud.API.DataPort
Assembly: Simplic.Cloud.API.DataPort.dll
Syntax
public class TransformationResultResponse
Properties
| Improve this Doc View SourceGuid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
OrganizationId
Declaration
public Guid OrganizationId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
OriginalContent
Declaration
public byte[] OriginalContent { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
ProcessedContent
Declaration
public byte[] ProcessedContent { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
ProcessedTime
Declaration
public DateTime ProcessedTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ResultMessage
Declaration
public string ResultMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Declaration
public int Status { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TransformerId
Declaration
public Guid TransformerId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
UploadTime
Declaration
public DateTime UploadTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |