<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.1" />

IRelativityFileShareSettings

public interface IRelativityFileShareSettings
Represents an abstract file share object.
int ArtifactId { get; }

Gets the artifact identifier for the resource server.

Gets the optional transfer credential for this file share.

string UncPath { get; }

Gets the UNC path.

bool Equals(object obj)

Determines whether the specified Object is equal to this instance.

Returns a hash code for this instance.

bool IsBaseOf(string path)

Determines whether the current file share is the base of the specified path.