Skip to main content

Class MetaFileSystemConnectionContext

A concrete implementation of the [Workspace.XBR.Xperiflow.Etl.IConnectionContext](../Xperiflow.Etl/IConnectionContext.md) interface that is used to connect to a MetaFileSystem.

Namespace: Workspace.XBR.Xperiflow.Etl

Assembly: Xperiflow.dll

Declaration
public class MetaFileSystemConnectionContext : IConnectionContext

Implements: Workspace.XBR.Xperiflow.Etl.IConnectionContext

Properties

ConnectionKey

The connection key used to connect to the MetaFileSystem.

Declaration
[JsonPropertyName("connectionKey")]
public string ConnectionKey { get; set; }

Methods

ToJson()

Serializes the [Workspace.XBR.Xperiflow.Etl.MetaFileSystemConnectionContext](../Xperiflow.Etl/MetaFileSystemConnectionContext.md) object to a JSON string.

Declaration
public string ToJson()
Returns

System.String

A serialized representation of the MetaFileSystemConnectionContext

FromJson(string)

Deserializes a JSON string to a [Workspace.XBR.Xperiflow.Etl.MetaFileSystemConnectionContext](../Xperiflow.Etl/MetaFileSystemConnectionContext.md) object.

Declaration
public static MetaFileSystemConnectionContext FromJson(string data)
Returns

Workspace.XBR.Xperiflow.Etl.MetaFileSystemConnectionContext

A [Workspace.XBR.Xperiflow.Etl.MetaFileSystemConnectionContext](../Xperiflow.Etl/MetaFileSystemConnectionContext.md)

Parameters
TypeNameDescription
System.StringdataThe JSON string representation of the MetaFileSystemConnectionContext
Exceptions

System.Text.Json.JsonException

Implements

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?