Class ShardGroupManifest
ShardGroupManifest
Inheritance
System.Object
ShardGroupManifest
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class ShardGroupManifest : IEquatable<ShardGroupManifest>
Constructors
ShardGroupManifest()
Initializes a new instance of the Shard
Declaration
protected ShardGroupManifest()
ShardGroupManifest(Nullable<Int64>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, List<ShardManifest>)
Initializes a new instance of the Shard
Declaration
public ShardGroupManifest(long? id = null, DateTime? startTime = null, DateTime? endTime = null, DateTime? deletedAt = null, DateTime? truncatedAt = null, List<ShardManifest> shards = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
id | id (required). |
System. |
startTime | startTime (required). |
System. |
endTime | endTime (required). |
System. |
deletedAt | deletedAt. |
System. |
truncatedAt | truncatedAt. |
List<Shard |
shards | shards (required). |
Properties
DeletedAt
Gets or Sets DeletedAt
Declaration
public DateTime? DeletedAt { get; set; }
Property Value
Type | Description |
---|---|
System. |
EndTime
Gets or Sets EndTime
Declaration
public DateTime? EndTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
Id
Gets or Sets Id
Declaration
public long? Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
Shards
Gets or Sets Shards
Declaration
public List<ShardManifest> Shards { get; set; }
Property Value
Type | Description |
---|---|
List<Shard |
StartTime
Gets or Sets StartTime
Declaration
public DateTime? StartTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
TruncatedAt
Gets or Sets TruncatedAt
Declaration
public DateTime? TruncatedAt { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Equals(ShardGroupManifest)
Returns true if ShardGroupManifest instances are equal
Declaration
public bool Equals(ShardGroupManifest input)
Parameters
Type | Name | Description |
---|---|---|
Shard |
input | Instance of ShardGroupManifest to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System. |
input | Object to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Hash code |
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |