Flow.Net
Show / Hide Table of Contents

Class Chunk

Inheritance
Object
Chunk
Namespace: Flow.Net.Sdk.Client.Http
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
public class Chunk

Properties

| Improve this Doc View Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
IDictionary<String, Object>
| Improve this Doc View Source

Block_id

Declaration
[JsonProperty("block_id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Block_id { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Collection_index

Declaration
[JsonProperty("collection_index", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Collection_index { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

End_state

Declaration
[JsonProperty("end_state", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public byte[] End_state { get; set; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

Event_collection

Declaration
[JsonProperty("event_collection", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public byte[] Event_collection { get; set; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

Index

Declaration
[JsonProperty("index", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Index { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Number_of_transactions

Declaration
[JsonProperty("number_of_transactions", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Number_of_transactions { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Start_state

Declaration
[JsonProperty("start_state", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public byte[] Start_state { get; set; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

Total_computation_used

Declaration
[JsonProperty("total_computation_used", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Total_computation_used { get; set; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX