ConfluenceBlogConfiguration class
Specifies the blog settings for the Confluence data source. Blogs are always
indexed unless filtered from the index by the ExclusionPatterns
or InclusionPatterns
fields in the data type.
Constructors
-
ConfluenceBlogConfiguration({List<
ConfluenceBlogToIndexFieldMapping> ? blogFieldMappings}) -
ConfluenceBlogConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
blogFieldMappings
→ List<
ConfluenceBlogToIndexFieldMapping> ? -
Defines how blog metadata fields should be mapped to index fields. Before
you can map a field, you must first create an index field with a matching
type using the console or the
UpdateIndex
operation.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited