Show / Hide Table of Contents

Class InvokeRawBinaryCommandDetails

Binary data payload definition

Inheritance
object
InvokeRawCommandDetails
InvokeRawBinaryCommandDetails
Inherited Members
InvokeRawCommandDetails.RequestDuration
InvokeRawCommandDetails.ResponseDuration
InvokeRawCommandDetails.RequestEndpoint
InvokeRawCommandDetails.ResponseEndpoint
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IotService.Models
Assembly: OCI.DotNetSDK.Iot.dll
Syntax
public class InvokeRawBinaryCommandDetails : InvokeRawCommandDetails

Properties

RequestData

Declaration
[JsonProperty(PropertyName = "requestData")]
public string RequestData { get; set; }
Property Value
Type Description
string

base 64 encoded request data

RequestDataContentType

Declaration
[JsonProperty(PropertyName = "requestDataContentType")]
public string RequestDataContentType { get; set; }
Property Value
Type Description
string

Mime content type of data encoded using base64, default is application/octet-stream

In this article
Back to top