English 中文(简体)
A. 充电
原标题:Eager loading with OData

目前,Im正在使用Netflix OData pi进行小型原型的工作。 我总是热切装实体。 换言之,我不想具体地“扩大”财产。 更 正 当某个实体的特性被搁置时,我只想装上该实体的所有财产。 我不在此要求设计或建筑咨询。 我知道这样做的影响。 是否有办法处理环境层面急切的负荷问题?

成就

最佳回答

如上文所述,目前,由于世界碳基金数据服务的任何内在特点,这是不可能的。 您可以使用某些代码向用户提供多美元,以便与你一样,不必明确这样做。

某些通用解决办法的问题是:

  • Turning this on would transmit lot of data, even though the application might not need it.
  • How many levels should this go? Just one, or two, or many. It can t be unlimited since there might be cycles in the entity graph.

您还可以修改客户的班级,以填补进入时的财产。 文本有APIC数据服务。 LoadProperty这样说,就在正确的地点。

问题回答

暂无回答




相关问题
Use LINQ to query nested OData collection

I m playing around with the new Netflix OData feed (http://odata.netflix.com/Catalog/) and having some issues. I m trying to learn LINQ at the same time but having difficulty doing what I thought was ...

Netflix OData API iPhone: Accessing more than just the title

Netflix just recently announced that they have a new OData API which gives developers access to more of their catalog and is exactly what I ve been looking for. Also, on odata.org they have a sample ...

OAuth Callback procedure for mobile devices

I am designing a Netflix Application for BlackBerry mobile devices. I am currently working on the OAuth. I am at the point where I can generate a Netflix login page in an embedded browser field in my ...

Blackberry and OAuth Question

I am developing a Netflix application for the Blackberry, and so far one of my biggest challenges has been related to the OAuth protocol. I have been searching for examples of implementing OAuth with ...

Using a REST API and iPhone/Objective-C [duplicate]

Possible Duplicate: Objective-C: Best way to access REST API on your iphone So I m brand new to Netflix s API and have never used an API ever before. I m ok with Objective-C and Cocoa Touch but ...

热门标签