跳到主要内容
版本:v2.6.x

DeleteResult

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

Go
type DeleteResult struct {
DeleteCount int64
}

FIELDS:

  • DeleteCount (int64)

    The number of affected entities.