Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeatureFlagTimeWindowClientFilter

Package version

Time window Client filter for the feature flag configuration setting.

More Info

Hierarchy

  • FeatureFlagTimeWindowClientFilter

Index

Properties

Properties

name

name: "Microsoft.TimeWindow"

The name of the feature filter.

parameters

parameters: { end: string; start: string }

Parameters that can be passed in the filter.

Type declaration

  • end: string

    End time of the time window. Expected UTCString - Example: "Wed, 05 May 2021 13:59:59 GMT"

    UTCString can be obtained from new Date().toUTCString(). Use Date.parse() to parse the UTCString as Date.

  • start: string

    Start time of the time window. Expected UTCString - Example: "Wed, 01 May 2021 13:59:59 GMT"

    UTCString can be obtained from new Date().toUTCString(). Use Date.parse() to parse the UTCString as Date.

Generated using TypeDoc