BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams¶
用于存储优化
属性¶
名称 |
类型 |
描述 |
备注 |
|---|---|---|---|
edge_storage_strategy |
str |
[可选] |
|
sort_on_compaction |
bool |
[可选] |
|
oe_mutability |
str |
[可选] |
|
ie_mutability |
str |
[可选] |
示例¶
from gs_interactive.models.base_edge_type_vertex_type_pair_relations_inner_x_csr_params import BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams
# TODO update the JSON string below
json = "{}"
# create an instance of BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams from a JSON string
base_edge_type_vertex_type_pair_relations_inner_x_csr_params_instance = BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.from_json(json)
# print the JSON string representation of the object
print BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.to_json()
# convert the object into a dict
base_edge_type_vertex_type_pair_relations_inner_x_csr_params_dict = base_edge_type_vertex_type_pair_relations_inner_x_csr_params_instance.to_dict()
# create an instance of BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams from a dict
base_edge_type_vertex_type_pair_relations_inner_x_csr_params_form_dict = base_edge_type_vertex_type_pair_relations_inner_x_csr_params.from_dict(base_edge_type_vertex_type_pair_relations_inner_x_csr_params_dict)