DataClient Class

Definition

public class DataClient : IDisposable
type DataClient = class
    interface IDisposable
Public Class DataClient
Implements IDisposable
Inheritance
DataClient
Implements

Properties

Id

Methods

Close()
Create(SessionStartInfo, String, Boolean)
Create(String, String)
Create(String, String, String[])
Create(String, String, String[], Boolean)
Delete(SessionStartInfo, String)
Delete(String, String)
Dispose()
Dispose(Boolean)
GetContentMd5()
GetStorePath()
Open(SessionStartInfo, String)
Open(String, String)
Open(String, String, DataLocation)
ReadAll<T>()
ReadRawBytesAll()
SetDataLifeCycle(DataLifeCycle)
WriteAll<T>(T)
WriteAll<T>(T, Boolean)
WriteRawBytesAll(Byte[])
WriteRawBytesAll(Byte[], Boolean)

Applies to