add WriteOptions.Unsafe
parent
8f42783fd1
commit
1bf28f4397
|
@ -317,13 +317,14 @@ namespace RefreshCS
|
||||||
public enum TransferOptions
|
public enum TransferOptions
|
||||||
{
|
{
|
||||||
Cycle,
|
Cycle,
|
||||||
Overwrite
|
Unsafe
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum WriteOptions
|
public enum WriteOptions
|
||||||
{
|
{
|
||||||
Cycle,
|
Cycle,
|
||||||
SafeOverwrite
|
Unsafe,
|
||||||
|
Safe
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum Backend
|
public enum Backend
|
||||||
|
|
Loading…
Reference in New Issue