Skip to main content

Class StreamReferenceContextDto

Query file response context for MetaFileContentReferenceResource

Namespace: Workspace.XBR.Xperiflow.Core.RestApi.Storage

Assembly: Xperiflow.dll

Declaration
public class StreamReferenceContextDto

Properties

Reference

Declaration
[JsonProperty("reference", Required = Required.Always)]
public string Reference { get; set; }

StreamReferenceType

Reference types for file content references.

Declaration
[JsonProperty("stream_reference_type", Required = Required.Always)]
public string StreamReferenceType { get; set; }

StorageType

StorageProviderType is a string enum that defines where data can be stored.

Declaration
[JsonProperty("storage_type", Required = Required.Always)]
public string StorageType { get; set; }

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Methods

ToJson()

Declaration
public string ToJson()
Returns

System.String

FromJson(string)

Declaration
public static StreamReferenceContextDto FromJson(string data)
Returns

Workspace.XBR.Xperiflow.Core.RestApi.Storage.StreamReferenceContextDto

Parameters
TypeName
System.Stringdata

Inherited Members

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?