メインコンテンツまでスキップ

DeleteResult

Addedv2.6.x

Contains the result of a Delete operation including the count of deleted entities.

type DeleteResult struct {
DeleteCount int64
}

FIELDS:

  • DeleteCount (int64)

    The number of affected entities.