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
public class MetaFileSystemConnectionContext : IConnectionContext
Implements: Workspace.XBR.Xperiflow.Etl.IConnectionContext
Properties
ConnectionKey
The connection key used to connect to the MetaFileSystem.
[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.
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.
public static MetaFileSystemConnectionContext FromJson(string data)
Returns
Workspace.XBR.Xperiflow.Etl.MetaFileSystemConnectionContext
A [Workspace.XBR.Xperiflow.Etl.MetaFileSystemConnectionContext](../Xperiflow.Etl/MetaFileSystemConnectionContext.md)
Parameters
Type | Name | Description |
---|---|---|
System.String | data | The 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