SessionQueryField Enumeration

Properties that can be used to query for sessions.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public enum SessionQueryField
Members
  Member nameValueDescription
None0No property specified.
Id1The Id property.
TenantId2The TenantId property.
AccountId3The AccountId property.
AccountName4The AccountName property.
AccountDisplayName5The AccountDisplayName property.
CreatedTime6The CreatedTime property.
LastActivityTime7The LastActivityTime property.
ValidUntil8The time at which the session will expire.
CultureName9The Culture property.
TimeZoneId10The TimeZone property.
SeatKind11The SeatKind property.
SessionKind12The SessionKind property.
IsSeatReserved13The IsSeatReserved property.
IPAddress14The IPAddress property.
GroupMembershipIds15The GroupMembershipIds property.
WinGroupMembershipIds16The WindowsGroupAccountMembershipIds property.
ExtGroupMembershipIds17The ExternalGroupAccountMembershipIds property.
SeatPoolId18The SeatPoolId property.
LastActivityOrCreatedTime19The last activity time if it's non-null; otherwise, the creation time.
UserData20The UserData property.
LogOnToken21The LogOnToken property.
CustomAttributeValues22The CustomAttributes property.
ImpersonationKind23The ImpersonationKind property.
ImpersonationSessionId24The ImpersonationSessionId property.
FederatedAuthenticationProviderId25The FederatedAuthenticationProviderId property.
Remarks
Certain fields listed here (e.g. LastActivityTime, IPAddress) are not explicit properties of the Session class; rather, they correspond to the properties of a DynamicSessionProperties object (see GetDynamicSessionProperties(Guid)).
See Also