Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Tag.Property Enumeration


In This Topic
    Tag.Property Enumeration
    In This Topic
    Uniquely identifies Historian tag properties.
    Syntax
    Public Enum Tag.Property 
       Inherits System.Enum
    public enum Tag.Property : System.Enum 
    public enum class Tag.Property : public System.Enum 
    Members
    MemberDescription
    AdministratorSecurityGroupTag administrator security group name. See Tag.AdministratorSecurityGroup.
    ArchiveAbsoluteDeadbandTag archive-compression absolute deadband value. See Tag.ArchiveAbsoluteDeadband.
    ArchiveAbsoluteDeadbandingWhether archive-compression deadband is expressed as absolute value. See Tag.ArchiveAbsoluteDeadbanding.
    ArchiveCompressionWhether archive-compression is enabled. See Tag.ArchiveCompression.
    ArchiveCompressionTimeoutTag archive-compression timeout value. See Tag.ArchiveCompressionTimeout.
    ArchiveDeadbandPercentRangeTag archive-compression deadband percent range. See Tag.ArchiveDeadbandPercentRange.
    AverageCollectionTime Deprecated.
    CalcTypeThe Calc Type of the tag. See Tag.TagCalcType.
    CalculationDependenciesTag calculation dependencies. See Tag.CalculationDependencies.
    CollectionDisabledWhether tag data collection is disabled. See Tag.CollectionDisabled.
    CollectionIntervalTag collection interval. See Tag.CollectionInterval.
    CollectionOffsetTag collection offset. See Tag.CollectionOffset.
    CollectionTypeTag collection type. See Tag.CollectionType.
    CollectorAbsoluteDeadbandTag collector-compression absolute deadband value. See Tag.CollectorAbsoluteDeadband.
    CollectorAbsoluteDeadbandingWhether collector-compression deadband is expressed as absolute value. See Tag.CollectorAbsoluteDeadbanding.
    CollectorCompressionWhether collector-compression is enabled. See Tag.CollectorCompression.
    CollectorCompressionTimeoutTag collector-compression timeout value. See Tag.CollectorCompressionTimeout.
    CollectorDeadbandPercentRangeTag collector-compression deadband percent range. See Tag.CollectorDeadbandPercentRange.
    CollectorNameTag collector name. See Tag.CollectorName.
    CollectorTypeTag collector type. See Tag.CollectorType.
    CommentTag comment. See Tag.Comment.
    ConditionCollectionCompareValueTag condition-based collection compare value. See Tag.ConditionCollectionCompareValue.
    ConditionCollectionComparisonTag condition-based collection comparison operator. See Tag.ConditionCollectionComparison.
    ConditionCollectionEnabledWhether condition-based collection is enabled. See Tag.ConditionCollectionEnabled.
    ConditionCollectionMarkersWhether to employ condition-based collection markers. See Tag.ConditionCollectionMarkers.
    ConditionCollectionTriggerTagTag condition-based collection trigger tag. See Tag.ConditionCollectionTriggerTag.
    DataDensityThe Data Density of the tag. See Tag.DataDensity.
    DataStoreNameName of the Data Store this tag belong to. See Tag.DataStoreName.
    DataTypeTag data type. See Tag.DataType.
    DescriptionTag description. See Tag.Description.
    EngineeringUnitsTag engineering units description. See Tag.EngineeringUnits.
    EnumeratedSetNameName of the Enumerated Set used by this tag. See Tag.EnumeratedSetName.
    FixedStringLengthTag fixed string length. See Tag.FixedStringLength.
    General1Tag general 1. See Tag.General1.
    General2Tag general 2. See Tag.General2.
    General3Tag general 3. See Tag.General3.
    General4Tag general 4. See Tag.General4.
    General5Tag general 5. See Tag.General5.
    HiEngineeringUnitsTag high engineering unit value. See Tag.HiEngineeringUnits.
    HiScaleTag high scale value. See Tag.HiScale.
    IdTag Id. See Tag.Id.
    InputScalingTag input scaling. See Tag.InputScaling.
    IsStale Is the tag a Stale tag.
    LastModifiedTag last modified time. See Tag.LastModified.
    LastModifiedUserTag last modified user name. See Tag.LastModifiedUser.
    LoadBalancingTag load balancing. See Tag.LoadBalancing.
    LoEngineeringUnitsTag low engineering unit values. See Tag.LoEngineeringUnits.
    LoScaleTag low scale value. See Tag.LoScale.
    NameTag name. See Tag.Name.
    NumberOfElementsThe number of elements if the tag is of type array. See Tag.NumberOfElements.
    ReadSecurityGroupTag read security group name. See Tag.ReadSecurityGroup.
    SourceAddressTag source address. See Tag.SourceAddress.
    SpikeLogicWhether spike logic is applied to tag values. See Tag.SpikeLogic.
    SpikeLogicOverrideWhether to override the parent collector's spike logic setting. See Tag.SpikeLogicOverride.
    StepValueWhether tag data is smoothly changing (false) or changing in discrete steps (true). See Tag.StepValue.
    TimeResolutionTag data sample time storage resolution. See Tag.TimeResolution.
    TimeStampTypeTag timestamp type. See Tag.TimeStampType.
    UserDefinedTypeNameName of the User Define Type if this tag is of type MultiField. See Tag.UserDefinedTypeName.
    UTCBiasTag UTC bias. See Tag.UTCBias.
    WriteSecurityGroupTag write security group name. See Tag.WriteSecurityGroup.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Proficy.Historian.ClientAccess.API.Tag.Property

    Requirements

    Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

    See Also