Options for a Put function

interface PutOptions {
    attachment?: IntoZBytes;
    congestion_control?: CongestionControl;
    encoding?: Encoding;
    express?: boolean;
    priority?: Priority;
}

Properties

attachment?: IntoZBytes

Additional Data sent with the request

congestion_control?: CongestionControl

congestion_control applied when routing the data

encoding?: Encoding

encoding type

express?: boolean

express

priority?: Priority

priority of the written data