Class AppsDynamiteSharedRetentionSettings
The settings of retention period of a message or topic.
Inheritance
object
AppsDynamiteSharedRetentionSettings
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteSharedRetentionSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExpiryTimestamp
The timestamp after which the message/topic should be removed, in microseconds since the epoch, when state == EPHEMERAL_ONE_DAY. The value should not be set in other cases.
Declaration
[JsonProperty("expiryTimestamp")]
public virtual long? ExpiryTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
State
The retention state.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |