Class MetaFileSystemConnectionContext
A concrete implementation of the Workspace.XBR.Xperiflow.Etl.IConnectionContext 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 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 object.
Declaration
public static MetaFileSystemConnectionContext FromJson(string data)
Returns
Workspace.XBR.Xperiflow.Etl.MetaFileSystemConnectionContext
A Workspace.XBR.Xperiflow.Etl.MetaFileSystemConnectionContext
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.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseCloneSystem.Object.ReferenceEquals(System.Object,System.Object)System.Object.ToString