/
Indexing Objects

Indexing Objects

Index Status

public class IndexStatus { public string Status { get; } public int Count { get; } public string Duration { get; } public DateTime StartDateTime { get; } public DateTime EndDateTime { get; } public string TimeZone { get; } }

 

Notification

public class Notification { public string NotificationId { get; } public string Title { get; } public string Message { get; } public string NotificationType { get; } public string Status { get; } public int AdminId { get; } public string Provider { get; } public string Serialized { get; } public string ErrorMessages { get; } }

Related content

Indexing operations
Indexing operations
More like this
Kentico: Creating your own Indexing API Indexer
Kentico: Creating your own Indexing API Indexer
More like this
Extending Data Indexing in Hawksearch V4
Extending Data Indexing in Hawksearch V4
More like this
Test indexing process (for developer use only)
Test indexing process (for developer use only)
More like this
How to index DateTime fields
How to index DateTime fields
More like this
Sorting Objects
More like this