Class LiveIndexConfigInner
LiveIndexConfigInner
Inherited Members
Namespace: Unity.Services.Apis.Admin.CloudSave
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "LiveIndexConfig_inner")]
[Preserve]
public class LiveIndexConfigInner
Constructors
LiveIndexConfigInner(string, EntityTypeEnum?, AccessClass?, IndexStatus?, List<IndexField>)
Initializes a new instance of the Live
Declaration
[Preserve]
public LiveIndexConfigInner(string id = null, LiveIndexConfigInner.EntityTypeEnum? entityType = null, AccessClass? accessClass = null, IndexStatus? status = null, List<IndexField> fields = null)
Parameters
Type | Name | Description |
---|---|---|
string | id | The index ID. This identifier is only unique for a given entity type and access class, and can be used to delete the index.. |
Live |
entityType | entityType. |
Access |
accessClass | accessClass. |
Index |
status | status. |
List<Index |
fields | An array of fields in an index. Each field must be unique within the array.. |
Properties
AccessClass
Gets or Sets AccessClass
Declaration
[DataMember(Name = "accessClass", EmitDefaultValue = false)]
[Preserve]
public AccessClass? AccessClass { get; set; }
Property Value
Type | Description |
---|---|
Access |
EntityType
Gets or Sets EntityType
Declaration
[DataMember(Name = "entityType", EmitDefaultValue = false)]
[Preserve]
public LiveIndexConfigInner.EntityTypeEnum? EntityType { get; set; }
Property Value
Type | Description |
---|---|
Live |
Fields
An array of fields in an index. Each field must be unique within the array.
Declaration
[DataMember(Name = "fields", EmitDefaultValue = false)]
[Preserve]
public List<IndexField> Fields { get; set; }
Property Value
Type | Description |
---|---|
List<Index |
An array of fields in an index. Each field must be unique within the array. |
Id
The index ID. This identifier is only unique for a given entity type and access class, and can be used to delete the index.
Declaration
[DataMember(Name = "id", EmitDefaultValue = false)]
[Preserve]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The index ID. This identifier is only unique for a given entity type and access class, and can be used to delete the index. |
Status
Gets or Sets Status
Declaration
[DataMember(Name = "status", EmitDefaultValue = false)]
[Preserve]
public IndexStatus? Status { get; set; }
Property Value
Type | Description |
---|---|
Index |