Class NamedConnectionReference
A named connection reference that represents where metadata from the Workspace.XBR.Xperiflow.MetaFileSystem.IMetaFileSystemClient may be stored.
Namespace: Workspace.XBR.Xperiflow.MetaFileSystem
Assembly: Xperiflow.dll
Declaration
public class NamedConnectionReference
Properties
Name
The connection key name. This is a reference to some credentials or connection information stored elsewhere.
Declaration
public string Name { get; set; }
StorageType
The storage type that this connection is for. This is typically the same as the storage type of the file or directory that this connection is for.
Declaration
public string StorageType { get; set; }
Attributes
Any additionally reference attributes (not credentials)
Declaration
public JObject Attributes { get; set; }
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