GetChecksumResponse Class |
Namespace: ArangoDBNetStandard.CollectionApi.Models
The GetChecksumResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetChecksumResponse | Initializes a new instance of the GetChecksumResponse class |
Name | Description | |
---|---|---|
![]() | Checksum |
The calculated checksum.
|
![]() | Code |
The HTTP status code.
(Inherited from ResponseBase.) |
![]() | Error |
Indicates whether an error occurred
(Inherited from ResponseBase.) |
![]() | GloballyUniqueId |
The globally unique Id of the collection
An identifier of the collection that is
consistent across leader and follower
shards.
|
![]() | Id |
The Id of the collection.
|
![]() | IsSystem |
Indicates whether it is a system collection.
|
![]() | Name |
The name of the collection.
|
![]() | Revision |
The collection revision id.
|
![]() | Status |
The collection status.
|
![]() | Type |
The collection type.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |