Click or drag to resize
NbOfflineObjectDeleteAsync Method
オブジェクトをローカル削除する。

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Offline (in Nec.Nebula.Offline.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public override Task DeleteAsync(
	bool softDelete = true
)

Parameters

softDelete (Optional)
Type: SystemBoolean
論理削除する場合は true (デフォルトは true)

Return Value

Type: Task
Task
Exceptions
ExceptionCondition
InvalidOperationExceptionId、バケット名がnull
NbHttpException
ForbiddenACLの権限不正
NotFound更新対象のオブジェクトが存在しない
ConflictETag不一致
NbException同期処理中
Version Information

Offline

Supported in: 1.0
See Also