ChaosEventsSegmentFilter Class

Definition

Represents the filter to choose the ChaosEvent's to include in the ChaosEventsSegment

[System.Runtime.Serialization.DataContract]
[System.Serializable]
public sealed class ChaosEventsSegmentFilter : System.Fabric.ByteSerializable
[<System.Runtime.Serialization.DataContract>]
[<System.Serializable>]
type ChaosEventsSegmentFilter = class
    inherit ByteSerializable
Public NotInheritable Class ChaosEventsSegmentFilter
Inherits ByteSerializable
Inheritance
ChaosEventsSegmentFilter
Attributes

Constructors

ChaosEventsSegmentFilter(DateTime, DateTime)

Initializes a new instance of the ChaosEventsSegmentFilter class.

Properties

EndTimeUtc

Gets the DateTime representing latest time of ChaosEvent this filter will include.

StartTimeUtc

Gets the DateTime representing earliest time of ChaosEvent this filter will include.

Methods

FromBytes(Byte[])

This is the default implementation to covert an object back from a byte array

(Inherited from ByteSerializable)
Read(BinaryReader)

Reads the state of this object from byte array.

ToBytes()

This is the default implementation to convert an object into a byte array

(Inherited from ByteSerializable)
ToString()

Gets a string representation of the ChaosEventsSegmentFilter object.

Write(BinaryWriter)

Writes the state of this object into a byte array.

Applies to