docs.unity3d.com
    Show / Hide Table of Contents

    Class MessageCollection

    Object used to store multiple Message objects and corresponding checkpoints

    Inheritance
    Object
    MessageCollection
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Common
    Syntax
    [Serializable]
    public class MessageCollection

    Constructors

    MessageCollection(IEnumerable<Message>, Int64)

    Initializes and returns an instance of MessageCollection

    Declaration
    public MessageCollection(IEnumerable<Message> messages, long checkpointEpochMilliseconds)
    Parameters
    Type Name Description
    IEnumerable<Message> messages

    The messages to add to the collection.

    Int64 checkpointEpochMilliseconds

    The checkpoint to track the DateTime at which the MessageCollection is sent.

    Properties

    CheckpointEpochMilliseconds

    Used to track the DateTime at which the MessageCollection is sent Generally tracked in UnixTimeMilliseconds

    Declaration
    public long CheckpointEpochMilliseconds { get; set; }
    Property Value
    Type Description
    Int64

    Messages

    List of Message objects stored in the MessageCollection

    Declaration
    public List<Message> Messages { get; set; }
    Property Value
    Type Description
    List<Message>
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023